Click here to Skip to main content
16,005,038 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestioncWho can share a CCamera (Driectx) with me? Pin
chenbuaa9-Jun-04 3:37
chenbuaa9-Jun-04 3:37 
QuestionHow to log date and time Pin
bhangie9-Jun-04 3:28
bhangie9-Jun-04 3:28 
AnswerRe: How to log date and time Pin
V.9-Jun-04 3:36
professionalV.9-Jun-04 3:36 
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 
You usually find the memory leak by simply clicking on the line reported say

strcore.cpp(118)

But, if that file resides out side your project, as strcore.cpp does (its part of MFC) it wont work.

The second leak should "D:\Documents and Settings\erc\Desktop\Pattern\DBManager.cpp(32) "

Double click it and it will take you to where it was allocated.

As for the first, you have a leak via a CString somewhere.
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 
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 

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.