Click here to Skip to main content
15,926,939 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: strange voodoo going on!!! Pin
John R. Shaw20-Jun-05 7:00
John R. Shaw20-Jun-05 7:00 
GeneralCPropertyPage and OnWizardBack Pin
Brigg Thorp20-Jun-05 4:56
Brigg Thorp20-Jun-05 4:56 
GeneralRe: CPropertyPage and OnWizardBack Pin
Mike Dimmick20-Jun-05 5:00
Mike Dimmick20-Jun-05 5:00 
GeneralRe: CPropertyPage and OnWizardBack Pin
Brigg Thorp20-Jun-05 5:02
Brigg Thorp20-Jun-05 5:02 
GeneralRe: CPropertyPage and OnWizardBack Pin
Rage20-Jun-05 6:06
professionalRage20-Jun-05 6:06 
GeneralRe: CPropertyPage and OnWizardBack Pin
Brigg Thorp20-Jun-05 7:52
Brigg Thorp20-Jun-05 7:52 
QuestionCFileFind allocates memory but does not release it? Pin
ryuki20-Jun-05 4:55
ryuki20-Jun-05 4:55 
AnswerRe: CFileFind allocates memory but does not release it? Pin
David Crow20-Jun-05 5:16
David Crow20-Jun-05 5:16 
There is no reason to use a heap variable here. Use a stack variable and your memory-related problems will stop.

ryuki wrote:
doesn't release any of the allocated memory.

Actually it does, but you are confused as to what happens with memory once it is freed. If you are using Task Manager to watch your program's memory drop after each call to free, you will surely be disappointed.


"Ideas are a dime a dozen. People who put them into action are priceless." - Unknown


Generalbut what is with SHGetFileInfo? Pin
ryuki20-Jun-05 14:12
ryuki20-Jun-05 14:12 
GeneralRe: but what is with SHGetFileInfo? Pin
PJ Arends20-Jun-05 16:39
professionalPJ Arends20-Jun-05 16:39 
GeneralRe: but what is with SHGetFileInfo? Pin
ryuki20-Jun-05 22:33
ryuki20-Jun-05 22:33 
GeneralRe: but what is with SHGetFileInfo? Pin
David Crow21-Jun-05 2:26
David Crow21-Jun-05 2:26 
GeneralFile monitoring Pin
LCI20-Jun-05 3:54
LCI20-Jun-05 3:54 
GeneralRe: File monitoring Pin
Alexander M.,20-Jun-05 4:05
Alexander M.,20-Jun-05 4:05 
GeneralRe: File monitoring Pin
Blake Miller20-Jun-05 4:26
Blake Miller20-Jun-05 4:26 
GeneralRe: File monitoring Pin
LCI20-Jun-05 4:30
LCI20-Jun-05 4:30 
GeneralRe: File monitoring Pin
Blake Miller20-Jun-05 4:31
Blake Miller20-Jun-05 4:31 
GeneralRe: File monitoring Pin
LCI20-Jun-05 4:37
LCI20-Jun-05 4:37 
GeneralRe: File monitoring Pin
David Crow20-Jun-05 5:18
David Crow20-Jun-05 5:18 
GeneralString manipulation in a win 32 dll Pin
LCI20-Jun-05 3:48
LCI20-Jun-05 3:48 
GeneralRe: String manipulation in a win 32 dll Pin
Chris Losinger20-Jun-05 4:22
professionalChris Losinger20-Jun-05 4:22 
GeneralRe: String manipulation in a win 32 dll Pin
LCI20-Jun-05 4:34
LCI20-Jun-05 4:34 
GeneralRe: String manipulation in a win 32 dll Pin
Chris Losinger20-Jun-05 4:39
professionalChris Losinger20-Jun-05 4:39 
GeneralRe: String manipulation in a win 32 dll Pin
LCI20-Jun-05 6:05
LCI20-Jun-05 6:05 
GeneralPossible to use a C++ .lib in C# Pin
anderslundsgard20-Jun-05 3:20
anderslundsgard20-Jun-05 3:20 

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.