Click here to Skip to main content
16,007,760 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: SHAutoComplete() where art thou? Pin
Michael Dunn16-Oct-02 18:40
sitebuilderMichael Dunn16-Oct-02 18:40 
AnswerRe: SHAutoComplete() where art thou? Pin
Ravi Bhavnani17-Oct-02 1:00
professionalRavi Bhavnani17-Oct-02 1:00 
GeneralInline functions performance. Pin
Maximilien16-Oct-02 10:47
Maximilien16-Oct-02 10:47 
GeneralRe: Inline functions performance. Pin
Joaquín M López Muñoz16-Oct-02 11:13
Joaquín M López Muñoz16-Oct-02 11:13 
GeneralRe: Inline functions performance. Pin
Marc Clifton16-Oct-02 11:28
mvaMarc Clifton16-Oct-02 11:28 
QuestionHeap Fragmentation? Pin
Member 1035854716-Oct-02 10:28
Member 1035854716-Oct-02 10:28 
AnswerRe: Heap Fragmentation? Pin
Pavel Klocek16-Oct-02 19:26
Pavel Klocek16-Oct-02 19:26 
AnswerRe: Heap Fragmentation? Pin
Tomasz Sowinski16-Oct-02 23:40
Tomasz Sowinski16-Oct-02 23:40 
J Hale wrote:
When memory gets tight, we throw away some of the cached data. At some point in the future, the new operator throws an exception saying no memory available despite us having at least 1.5G available (big machine).

Well, if you mean delete/free by 'throwing away some of the cached data' --and-- next allocation request has the size equal or less to size of data thrown away, then your program should be able to allocate memory without problem.

It either a bug in VC heap manager (which calls OS heap functions in Win2K) or problem with your code overwriting heap info blocks.



Tomasz Sowinski -- http://www.shooltz.com

*** Purgamentum init, exit purgamentum ***

GeneralCallback and Assembly Pin
S van Leent16-Oct-02 10:16
S van Leent16-Oct-02 10:16 
GeneralRe: Callback and Assembly Pin
Paul M Watt16-Oct-02 10:41
mentorPaul M Watt16-Oct-02 10:41 
GeneralRe: Callback and Assembly Pin
S van Leent16-Oct-02 10:42
S van Leent16-Oct-02 10:42 
GeneralRe: Callback and Assembly Pin
Joaquín M López Muñoz16-Oct-02 12:00
Joaquín M López Muñoz16-Oct-02 12:00 
GeneralRe: Callback and Assembly Pin
S van Leent16-Oct-02 20:57
S van Leent16-Oct-02 20:57 
GeneralShortcut making .ini behaving abnormally Pin
insanely42016-Oct-02 9:56
insanely42016-Oct-02 9:56 
GeneralRe: Shortcut making .ini behaving abnormally Pin
Joaquín M López Muñoz16-Oct-02 11:27
Joaquín M López Muñoz16-Oct-02 11:27 
GeneralRe: Shortcut making .ini behaving abnormally Pin
Daniel Ferguson16-Oct-02 14:34
Daniel Ferguson16-Oct-02 14:34 
GeneralRe: Shortcut making .ini behaving abnormally Pin
insanely42016-Oct-02 22:59
insanely42016-Oct-02 22:59 
QuestionOpenDocumentFile() readonly?? Pin
brianwelsch16-Oct-02 9:46
brianwelsch16-Oct-02 9:46 
AnswerRe: OpenDocumentFile() readonly?? Pin
Anonymous16-Oct-02 12:06
Anonymous16-Oct-02 12:06 
GeneralRe: OpenDocumentFile() readonly?? Pin
brianwelsch17-Oct-02 2:41
brianwelsch17-Oct-02 2:41 
GeneralProblem Installer (c++.net) Pin
AnTri16-Oct-02 9:36
AnTri16-Oct-02 9:36 
GeneralRe: Problem Installer (c++.net) Pin
Chris Losinger16-Oct-02 10:41
professionalChris Losinger16-Oct-02 10:41 
GeneralRe: Problem Installer (c++.net) Pin
Stephane Rodriguez.16-Oct-02 10:54
Stephane Rodriguez.16-Oct-02 10:54 
QuestionHow can I set text color in a RichEditCtrl ? Pin
Cris16-Oct-02 9:31
Cris16-Oct-02 9:31 
AnswerRe: How can I set text color in a RichEditCtrl ? Pin
Anonymous16-Oct-02 12:13
Anonymous16-Oct-02 12:13 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.