Click here to Skip to main content
15,889,462 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Launcing video using a browser Pin
David Crow24-Oct-05 7:11
David Crow24-Oct-05 7:11 
AnswerRe: Launcing video using a browser Pin
Maximilien24-Oct-05 6:40
Maximilien24-Oct-05 6:40 
GeneralRe: Launcing video using a browser Pin
LCI24-Oct-05 7:33
LCI24-Oct-05 7:33 
GeneralRe: Launcing video using a browser Pin
Maximilien24-Oct-05 8:47
Maximilien24-Oct-05 8:47 
QuestionHow to debug memory leaks in MFC program Pin
aloktambi24-Oct-05 3:31
aloktambi24-Oct-05 3:31 
AnswerRe: How to debug memory leaks in MFC program Pin
Ravi Bhavnani24-Oct-05 3:37
professionalRavi Bhavnani24-Oct-05 3:37 
AnswerRe: How to debug memory leaks in MFC program Pin
toxcct24-Oct-05 3:40
toxcct24-Oct-05 3:40 
AnswerRe: How to debug memory leaks in MFC program Pin
Cedric Moonen24-Oct-05 3:58
Cedric Moonen24-Oct-05 3:58 
If you want an easy solution (yeah, I always prefere a solution where I don't need to read a bunch of articles Poke tongue | ;-P ), you can simply launch the debugger (press F5) and then, when your program exits, you will have a dump of all memory leaks your program produced (and you can double-click on the lines and it will show where the memory has been allocated).

But this works only when the memory has been allocated with new and of course it only shows you the memory leaks your program produced (not all potential ones). That is, if there is function that is called when you press a button and if there is a leak within it, if you don't press the button, the leak won't be detected.
Question840802 - custom controls in a property page Pin
ilostmyid224-Oct-05 3:27
professionalilostmyid224-Oct-05 3:27 
QuestionPrevent Mouse Movement. Pin
Storm-blade24-Oct-05 3:02
professionalStorm-blade24-Oct-05 3:02 
AnswerRe: Prevent Mouse Movement. Pin
vikas amin24-Oct-05 4:26
vikas amin24-Oct-05 4:26 
GeneralRe: Prevent Mouse Movement. Pin
Storm-blade24-Oct-05 4:31
professionalStorm-blade24-Oct-05 4:31 
QuestionHow to use DDX with ComboBox Pin
vikas amin24-Oct-05 2:29
vikas amin24-Oct-05 2:29 
AnswerRe: How to use DDX with ComboBox Pin
David Crow24-Oct-05 3:18
David Crow24-Oct-05 3:18 
GeneralRe: How to use DDX with ComboBox Pin
vikas amin24-Oct-05 4:10
vikas amin24-Oct-05 4:10 
GeneralRe: How to use DDX with ComboBox Pin
David Crow24-Oct-05 4:28
David Crow24-Oct-05 4:28 
QuestionAbout "Specstrings.h", Please help! Pin
chenxiujie24-Oct-05 2:26
chenxiujie24-Oct-05 2:26 
Questionassembly coding for Hufman coding Pin
vikas amin24-Oct-05 2:23
vikas amin24-Oct-05 2:23 
AnswerRe: assembly coding for Hufman coding Pin
toxcct24-Oct-05 2:51
toxcct24-Oct-05 2:51 
GeneralRe: assembly coding for Hufman coding Pin
vikas amin24-Oct-05 4:44
vikas amin24-Oct-05 4:44 
GeneralRe: assembly coding for Hufman coding Pin
toxcct24-Oct-05 4:54
toxcct24-Oct-05 4:54 
QuestionProblem facing on SetLimitText() API Pin
shiva e balasubramaniam24-Oct-05 2:16
shiva e balasubramaniam24-Oct-05 2:16 
QuestionRe: Problem facing on SetLimitText() API Pin
David Crow24-Oct-05 3:26
David Crow24-Oct-05 3:26 
AnswerRe: Problem facing on SetLimitText() API Pin
shiva e b25-Oct-05 9:59
sussshiva e b25-Oct-05 9:59 
Questionprogram termination(very very urgent) Pin
swaapu24-Oct-05 1:15
swaapu24-Oct-05 1:15 

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.