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

C / C++ / MFC

 
GeneralRe: Launcing video using a browser Pin
LCI24-Oct-05 5:49
LCI24-Oct-05 5:49 
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 
aloktambi wrote:
how can i find out memeory leak


by seeing the memory use growing and growing while your application is running...

this is very hard to track with a tool...

the best thing to avoid memory leaks is still to take much care when handling heap memory... when you malloc() or when you new some memory on the heap, be sure to free() or delete it when it is no longer used...



TOXCCT >>> GEII power
[toxcct][VisualCalc]
AnswerRe: How to debug memory leaks in MFC program Pin
Cedric Moonen24-Oct-05 3:58
Cedric Moonen24-Oct-05 3:58 
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 

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.