Click here to Skip to main content
15,920,603 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionhow to resolve this issue? Pin
gentleguy17-May-07 1:14
gentleguy17-May-07 1:14 
QuestionRe: how to resolve this issue? Pin
Mark Salsbery17-May-07 5:32
Mark Salsbery17-May-07 5:32 
QuestionMemory Leaks with Modal Dialog Boxes Pin
jerrylarsen17-May-07 0:37
jerrylarsen17-May-07 0:37 
AnswerRe: Memory Leaks with Modal Dialog Boxes Pin
toxcct17-May-07 0:49
toxcct17-May-07 0:49 
AnswerRe: Memory Leaks with Modal Dialog Boxes Pin
Hamid_RT17-May-07 1:32
Hamid_RT17-May-07 1:32 
AnswerRe: Memory Leaks with Modal Dialog Boxes Pin
Maximilien17-May-07 1:37
Maximilien17-May-07 1:37 
AnswerRe: Memory Leaks with Modal Dialog Boxes Pin
jerrylarsen17-May-07 3:15
jerrylarsen17-May-07 3:15 
AnswerRe: Memory Leaks with Modal Dialog Boxes Pin
krmed17-May-07 5:21
krmed17-May-07 5:21 
If you are looking at the memory using the task manger, it doesn't indicate memory leaks.

If you click you button several times and see the memory increasing there, try to minimize your application to the task bar. If the Task Manager shows the memory returning to the smaller size, that means what you are seeing is the Process Working Set - it's managed automatically by Windows and released back to the OS as needed.

If this is the case, it is not a memory leak.

Hope that helps.


Karl - WK5M
PP-ASEL-IA (N43CS)
PGP Key: 0xDB02E193
PGP Key Fingerprint: 8F06 5A2E 2735 892B 821C 871A 0411 94EA DB02 E193

QuestionHow To Paste Clipboard data in TextBox In Other Dialog Pin
Zhen-Xlogic17-May-07 0:24
Zhen-Xlogic17-May-07 0:24 
AnswerRe: How To Paste Clipboard data in TextBox In Other Dialog Pin
Hans Dietrich17-May-07 0:35
mentorHans Dietrich17-May-07 0:35 
GeneralRe: How To Paste Clipboard data in TextBox In Other Dialog Pin
Zhen-Xlogic17-May-07 0:54
Zhen-Xlogic17-May-07 0:54 
GeneralRe: How To Paste Clipboard data in TextBox In Other Dialog Pin
Hamid_RT17-May-07 1:31
Hamid_RT17-May-07 1:31 
GeneralRe: How To Paste Clipboard data in TextBox In Other Dialog Pin
Zhen-Xlogic17-May-07 1:36
Zhen-Xlogic17-May-07 1:36 
GeneralRe: How To Paste Clipboard data in TextBox In Other Dialog Pin
Hamid_RT17-May-07 1:45
Hamid_RT17-May-07 1:45 
GeneralRe: How To Paste Clipboard data in TextBox In Other Dialog Pin
Hans Dietrich17-May-07 1:32
mentorHans Dietrich17-May-07 1:32 
GeneralRe: How To Paste Clipboard data in TextBox In Other Dialog Pin
Zhen-Xlogic17-May-07 10:15
Zhen-Xlogic17-May-07 10:15 
GeneralRe: How To Paste Clipboard data in TextBox In Other Dialog Pin
Hans Dietrich17-May-07 21:35
mentorHans Dietrich17-May-07 21:35 
GeneralRe: How To Paste Clipboard data in TextBox In Other Dialog Pin
Zhen-Xlogic17-May-07 23:14
Zhen-Xlogic17-May-07 23:14 
GeneralRe: How To Paste Clipboard data in TextBox In Other Dialog Pin
Hans Dietrich18-May-07 3:02
mentorHans Dietrich18-May-07 3:02 
Questioncompiler error with << operator overloading [modified] Pin
Dj_Lordas17-May-07 0:16
Dj_Lordas17-May-07 0:16 
AnswerRe: compiler error with << operator overloading Pin
Hans Dietrich17-May-07 0:37
mentorHans Dietrich17-May-07 0:37 
GeneralRe: compiler error with << operator overloading Pin
Dj_Lordas17-May-07 2:29
Dj_Lordas17-May-07 2:29 
GeneralRe: compiler error with << operator overloading Pin
David Crow17-May-07 2:44
David Crow17-May-07 2:44 
GeneralRe: compiler error with << operator overloading Pin
Dj_Lordas17-May-07 3:15
Dj_Lordas17-May-07 3:15 
QuestionRe: compiler error with << operator overloading Pin
David Crow17-May-07 3:58
David Crow17-May-07 3:58 

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.