Click here to Skip to main content
15,909,530 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
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 
Do you cast your CStrings into LPTSTR instead of LPCTSTR somewhere?
That is, do you bend them into being non-const?
Or do you GetBuffer() somewhere without Release()?
Release() is only needed after GetBuffer(), but then ABSOLUTELY needed.
Normaly, the CString is dealocated when it goes out of scope.




My opinions may have changed, but not the fact that I am right.
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 
GeneralRe: memory allocation Pin
Paul Silvernail17-Jan-03 10:06
Paul Silvernail17-Jan-03 10:06 
GeneralUrgent __asm question Pin
yektoop17-Jan-03 0:05
yektoop17-Jan-03 0:05 

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.