Click here to Skip to main content
15,902,891 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: read and write the structure to file Pin
Tim Smith8-Aug-05 13:15
Tim Smith8-Aug-05 13:15 
GeneralRe: read and write the structure to file Pin
pnpfriend9-Aug-05 3:37
pnpfriend9-Aug-05 3:37 
GeneralGDI Object leak detection Pin
prcarp8-Aug-05 11:37
prcarp8-Aug-05 11:37 
GeneralRe: GDI Object leak detection Pin
Blake Miller8-Aug-05 12:02
Blake Miller8-Aug-05 12:02 
GeneralRe: GDI Object leak detection Pin
prcarp9-Aug-05 2:34
prcarp9-Aug-05 2:34 
GeneralRe: GDI Object leak detection Pin
cmk8-Aug-05 15:17
cmk8-Aug-05 15:17 
GeneralRe: GDI Object leak detection Pin
prcarp9-Aug-05 2:38
prcarp9-Aug-05 2:38 
GeneralRe: GDI Object leak detection Pin
John R. Shaw8-Aug-05 19:39
John R. Shaw8-Aug-05 19:39 
prcarp wrote:
appologize

No need! If you feel the need, it implies you know what you're doing, but have not figured out the answer yet!

It would help if you posted the leak error message.

If it is happening in debug mode, the odds are that the leak reported is invalid. Since the task manager reports that the count is rising, then it probably is real. Before assuming the task manager is telling you the entire truth: give it a few minutes or try closing the IDE, to see if the task manager stops reporting the same count. If the task manager does report the same count, then try running a release version of your application and see if the same thing is still happening.

Assuming (ass-u-me) that the problem is in the code you wrote, then I would put a TRACE(...) statement wherever you create a GDI object as well as where you release/free the GDI object (to see if they match).

There is also the possibility that you selected a pen, brush, ect... and did not restore the original (unlikely).

Oh Well! I dought if any of this helped (you already knew it).


INTP
"The more help VB provides VB programmers, the more miserable your life as a C++ programmer becomes."
Andrew W. Troelsen
Generalmr MFC please do something when I press a key Pin
Spiritofamerica8-Aug-05 10:29
Spiritofamerica8-Aug-05 10:29 
GeneralRe: mr MFC please do something when I press a key Pin
Stober8-Aug-05 11:02
Stober8-Aug-05 11:02 
GeneralRe: mr MFC please do something when I press a key Pin
Michael Kane9-Aug-05 4:48
Michael Kane9-Aug-05 4:48 
GeneralRe: mr MFC please do something when I press a key Pin
Spiritofamerica13-Aug-05 9:46
Spiritofamerica13-Aug-05 9:46 
GeneralRe: mr MFC please do something when I press a key Pin
Rick York8-Aug-05 11:44
mveRick York8-Aug-05 11:44 
GeneralRe: mr MFC please do something when I press a key Pin
Spiritofamerica13-Aug-05 9:49
Spiritofamerica13-Aug-05 9:49 
GeneralDrawing Text into a Bitmap with GDI Pin
wookie1828-Aug-05 8:56
wookie1828-Aug-05 8:56 
GeneralRe: Drawing Text into a Bitmap with GDI Pin
Chris Losinger8-Aug-05 10:07
professionalChris Losinger8-Aug-05 10:07 
GeneralRe: Drawing Text into a Bitmap with GDI Pin
wookie1828-Aug-05 10:27
wookie1828-Aug-05 10:27 
GeneralRe: Drawing Text into a Bitmap with GDI Pin
John R. Shaw8-Aug-05 20:02
John R. Shaw8-Aug-05 20:02 
GeneralRe: Drawing Text into a Bitmap with GDI Pin
Anonymous9-Aug-05 2:44
Anonymous9-Aug-05 2:44 
GeneralRe: Drawing Text into a Bitmap with GDI Pin
John R. Shaw9-Aug-05 9:48
John R. Shaw9-Aug-05 9:48 
GeneralShow bitmap on Button Pin
Aditya Rao8-Aug-05 8:31
Aditya Rao8-Aug-05 8:31 
GeneralRe: Show bitmap on Button Pin
David Crow8-Aug-05 9:29
David Crow8-Aug-05 9:29 
GeneralRe: Show bitmap on Button Pin
Ravi Bhavnani8-Aug-05 9:47
professionalRavi Bhavnani8-Aug-05 9:47 
GeneralRe: Show bitmap on Button Pin
ThatsAlok8-Aug-05 18:32
ThatsAlok8-Aug-05 18:32 
GeneralWM_PAINT wackienss Pin
Peter Weyzen8-Aug-05 8:19
Peter Weyzen8-Aug-05 8:19 

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.