CompuServe Archive

This is an archive of CompuServe forum messages from 1985 to 1995, as saved in transcripts by John Foust.

Search Results (1 messages)

Memory Leak Message #30632
I have a problem with a memory leak that seems to be originating in the foundation classes. I am using MFC 2.0 that comes with VC++ 1.0. From what I can tell the temporary objects allocated by the CDC::FromHandle and CGdiObject::FromHandle functions are not being deleted. In the MFC source…