Click here to Skip to main content
15,922,696 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalerror in msdev.exe while debugging vc app Pin
r i s h a b h s17-Jan-03 0:55
r i s h a b h s17-Jan-03 0:55 
GeneralRe: error in msdev.exe while debugging vc app Pin
Bartosz Bien17-Jan-03 1:43
Bartosz Bien17-Jan-03 1:43 
GeneralRe: error in msdev.exe while debugging vc app Pin
r i s h a b h s17-Jan-03 2:19
r i s h a b h s17-Jan-03 2:19 
GeneralRe: error in msdev.exe while debugging vc app Pin
Bartosz Bien17-Jan-03 2:24
Bartosz Bien17-Jan-03 2:24 
GeneralRe: error in msdev.exe while debugging vc app Pin
r i s h a b h s19-Jan-03 17:48
r i s h a b h s19-Jan-03 17:48 
GeneralRe: error in msdev.exe while debugging vc app Pin
Bartosz Bien19-Jan-03 23:36
Bartosz Bien19-Jan-03 23:36 
QuestionHow to know where a memory leak is generated? Pin
Joan M17-Jan-03 0:55
professionalJoan M17-Jan-03 0:55 
AnswerRe: How to know where a memory leak is generated? Pin
benjymous17-Jan-03 1:00
benjymous17-Jan-03 1:00 
Usually, you can just doubleclick on the line, as you would with a build time error, but it tends to be awkward with strings, as it just gives you a reference to where the string itself allocated the memory (which isn't useful to you)

However, you can see part of the string that was allocated "Past" and "Aqua" so that should make it possible for you to work out where the strings were allocated

--
Help me! I'm turning into a grapefruit!

GeneralRe: How to know where a memory leak is generated? Pin
Joan M17-Jan-03 1:08
professionalJoan M17-Jan-03 1:08 
GeneralRe: How to know where a memory leak is generated? Pin
jhwurmbach17-Jan-03 2:12
jhwurmbach17-Jan-03 2:12 
AnswerRe: How to know where a memory leak is generated? Pin
xxhimanshu17-Jan-03 1:15
xxhimanshu17-Jan-03 1:15 
AnswerRe: How to know where a memory leak is generated? Pin
Chris Richardson17-Jan-03 10:43
Chris Richardson17-Jan-03 10:43 
GeneralRe: How to know where a memory leak is generated? Pin
Joan M17-Jan-03 10:59
professionalJoan M17-Jan-03 10:59 
Generalprocess information Pin
Rizwan Rafique17-Jan-03 0:17
Rizwan Rafique17-Jan-03 0:17 
GeneralTask manager? Pin
AlexO17-Jan-03 3:02
AlexO17-Jan-03 3:02 
GeneralRe: process information Pin
Eanna M-annion17-Jan-03 6:24
Eanna M-annion17-Jan-03 6:24 
Questionbug in CPrintDialog with Win95/98 ? Pin
jpg17-Jan-03 0:12
jpg17-Jan-03 0:12 
AnswerRe: bug in CPrintDialog with Win95/98 ? Pin
jpg17-Jan-03 2:57
jpg17-Jan-03 2:57 
GeneralOf Rich Text, images and memory leaks Pin
Daniel Salby17-Jan-03 0:12
Daniel Salby17-Jan-03 0:12 
GeneralXP Style Pin
Ajesh kumar17-Jan-03 0:12
Ajesh kumar17-Jan-03 0:12 
Generalmemory allocation Pin
Paul Silvernail17-Jan-03 0:09
Paul Silvernail17-Jan-03 0:09 
GeneralRe: memory allocation Pin
Hesham Amin17-Jan-03 2:54
Hesham Amin17-Jan-03 2:54 
GeneralRe: memory allocation Pin
AlexO17-Jan-03 2:59
AlexO17-Jan-03 2:59 
GeneralRe: memory allocation Pin
Paul Silvernail17-Jan-03 6:28
Paul Silvernail17-Jan-03 6:28 
GeneralRe: memory allocation Pin
AlexO17-Jan-03 6:47
AlexO17-Jan-03 6:47 

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.