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

C / C++ / MFC

 
GeneralRe: Overlap A Bitmap using DeviceContext Pin
002comp22-Oct-10 1:22
002comp22-Oct-10 1:22 
GeneralRe: Overlap A Bitmap using DeviceContext Pin
GAJERA22-Oct-10 4:26
GAJERA22-Oct-10 4:26 
QuestionAbout the CWinThread object creation / deletion Pin
federico.strati20-Oct-10 22:38
federico.strati20-Oct-10 22:38 
AnswerRe: About the CWinThread object creation / deletion Pin
Sauro Viti20-Oct-10 22:44
professionalSauro Viti20-Oct-10 22:44 
GeneralRe: About the CWinThread object creation / deletion Pin
federico.strati20-Oct-10 22:52
federico.strati20-Oct-10 22:52 
GeneralRe: About the CWinThread object creation / deletion Pin
Sauro Viti20-Oct-10 23:07
professionalSauro Viti20-Oct-10 23:07 
GeneralRe: About the CWinThread object creation / deletion Pin
federico.strati20-Oct-10 23:32
federico.strati20-Oct-10 23:32 
GeneralRe: About the CWinThread object creation / deletion Pin
Sauro Viti21-Oct-10 0:12
professionalSauro Viti21-Oct-10 0:12 
Unfortunately, memory leaks are one of the hardest problems to investigate and the support given by Visual C++ to identify and fix them is not so good.

Personally, I had a try to Bounds Checker (you can get a trial version from here[^]) and I think that it's a great product: when you start a debug session, it instruments all of your executables (exe, dll, etc.) and keep trace of almost everything (memory allocations, handles, GDI resources, etc.). Finally, when you close the application it gives you a report with all the found issues: for example for each memory leak it give you a lot of informations, and it's able to point out the line in your source code where the memory was been allocated.

Hope this could help...

Cheers
QuestionProject Integration Problem Pin
AmbiguousName20-Oct-10 22:32
AmbiguousName20-Oct-10 22:32 
AnswerRe: Project Integration Problem Pin
Cedric Moonen20-Oct-10 23:16
Cedric Moonen20-Oct-10 23:16 
QuestionHow can I give write access to a file to all users? [modified] Pin
sashoalm20-Oct-10 21:54
sashoalm20-Oct-10 21:54 
AnswerRe: How can I give write access to a file to all users? Pin
«_Superman_»20-Oct-10 22:59
professional«_Superman_»20-Oct-10 22:59 
QuestionC++ CStatusBar, Tool Tips and Dynamic PaneText Pin
ggoutam720-Oct-10 18:41
ggoutam720-Oct-10 18:41 
AnswerRe: C++ CStatusBar, Tool Tips and Dynamic PaneText Pin
«_Superman_»20-Oct-10 19:09
professional«_Superman_»20-Oct-10 19:09 
QuestionHow to use my defined resource ID in a DLL? [modified] Pin
questionmm20-Oct-10 13:11
questionmm20-Oct-10 13:11 
QuestionRead-Only ComboBox Pin
Fareed Rizkalla20-Oct-10 12:24
Fareed Rizkalla20-Oct-10 12:24 
AnswerRe: Read-Only ComboBox PinPopular
Peter_in_278020-Oct-10 13:46
professionalPeter_in_278020-Oct-10 13:46 
AnswerRe: Read-Only ComboBox Pin
Sauro Viti20-Oct-10 21:18
professionalSauro Viti20-Oct-10 21:18 
QuestionHow can I know if scrollbar appears ? Pin
mesajflaviu20-Oct-10 1:42
mesajflaviu20-Oct-10 1:42 
AnswerRe: How can I know if scrollbar appears ? Pin
Chris Meech20-Oct-10 3:23
Chris Meech20-Oct-10 3:23 
GeneralRe: How can I know if scrollbar appears ? Pin
mesajflaviu20-Oct-10 20:20
mesajflaviu20-Oct-10 20:20 
GeneralRe: How can I know if scrollbar appears ? Pin
Richard MacCutchan20-Oct-10 22:03
mveRichard MacCutchan20-Oct-10 22:03 
GeneralRe: How can I know if scrollbar appears ? Pin
mesajflaviu21-Oct-10 2:05
mesajflaviu21-Oct-10 2:05 
AnswerRe: How can I know if scrollbar appears ? Pin
Code-o-mat20-Oct-10 4:38
Code-o-mat20-Oct-10 4:38 
GeneralRe: How can I know if scrollbar appears ? Pin
mesajflaviu20-Oct-10 20:22
mesajflaviu20-Oct-10 20:22 

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.