Click here to Skip to main content
15,928,109 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to log date and time Pin
toxcct9-Jun-04 7:55
toxcct9-Jun-04 7:55 
GeneralVS.NET hangs on exit Pin
Tim Smith9-Jun-04 3:23
Tim Smith9-Jun-04 3:23 
GeneralBinding DB-Grid & ADO problem Pin
Sumit Kapoor9-Jun-04 2:54
Sumit Kapoor9-Jun-04 2:54 
GeneralDetected memory leaks! - How to get the point of memory leak and remove it Pin
JHAKAS9-Jun-04 2:46
JHAKAS9-Jun-04 2:46 
GeneralRe: Detected memory leaks! - How to get the point of memory leak and remove it Pin
Diddy9-Jun-04 2:49
Diddy9-Jun-04 2:49 
GeneralRe: Detected memory leaks! - How to get the point of memory leak and remove it Pin
GDavy9-Jun-04 2:54
GDavy9-Jun-04 2:54 
GeneralRe: Detected memory leaks! - How to get the point of memory leak and remove it Pin
Diddy9-Jun-04 3:03
Diddy9-Jun-04 3:03 
GeneralRe: Detected memory leaks! - How to get the point of memory leak and remove it Pin
GDavy9-Jun-04 2:52
GDavy9-Jun-04 2:52 
one way is dubble clicking on the line
the other reading it..
first line says:
strcore.cpp(118) etc etc etc
says that the mem was allocated on line 118 of the strcore.cpp file...(but never deallocated)
in your DBManager.cpp file line 32 you allocate memory that wasn^t deallocated
same for PatternDoc.cpp line 508.
as for in which situations that occurs... Debug!! put breakpoints and read carefull your new and delete statements!

Regards,
Davy

GeneralRe: Detected memory leaks! - How to get the point of memory leak and remove it Pin
JHAKAS9-Jun-04 3:08
JHAKAS9-Jun-04 3:08 
GeneralSelect text inside edit box Pin
marcomars9-Jun-04 2:22
marcomars9-Jun-04 2:22 
GeneralRe: Select text inside edit box Pin
GDavy9-Jun-04 2:56
GDavy9-Jun-04 2:56 
GeneralRe: Select text inside edit box Pin
marcomars9-Jun-04 3:23
marcomars9-Jun-04 3:23 
GeneralRe: Select text inside edit box Pin
Andrew Quinn AUS9-Jun-04 3:56
Andrew Quinn AUS9-Jun-04 3:56 
GeneralRe: Select text inside edit box Pin
marcomars9-Jun-04 4:36
marcomars9-Jun-04 4:36 
GeneralRe: Select text inside edit box Pin
David Crow9-Jun-04 3:13
David Crow9-Jun-04 3:13 
GeneralRe: Select text inside edit box Pin
Ravi Bhavnani9-Jun-04 4:33
professionalRavi Bhavnani9-Jun-04 4:33 
QuestionConverting Integer to POSITION? Pin
sugumar9-Jun-04 2:06
sugumar9-Jun-04 2:06 
AnswerRe: Converting Integer to POSITION? Pin
Mike Dimmick9-Jun-04 2:44
Mike Dimmick9-Jun-04 2:44 
AnswerRe: Converting Integer to POSITION? Pin
Diddy9-Jun-04 3:00
Diddy9-Jun-04 3:00 
GeneralTo Pause a Thread Pin
cberam9-Jun-04 1:28
cberam9-Jun-04 1:28 
GeneralRe: To Pause a Thread Pin
jmkhael9-Jun-04 2:55
jmkhael9-Jun-04 2:55 
GeneralRe: To Pause a Thread Pin
cberam10-Jun-04 2:04
cberam10-Jun-04 2:04 
GeneralRe: To Pause a Thread Pin
palbano9-Jun-04 5:57
palbano9-Jun-04 5:57 
GeneralRe: To Pause a Thread Pin
cberam10-Jun-04 2:04
cberam10-Jun-04 2:04 
Generaldisplaying window on checking password Pin
Anonymous9-Jun-04 1:10
Anonymous9-Jun-04 1:10 

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.