Click here to Skip to main content
15,908,015 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Problem with CRichEditCtrl Pin
David Crow4-Jan-05 2:42
David Crow4-Jan-05 2:42 
GeneralRe: Problem with CRichEditCtrl Pin
Neelesh K J Jain4-Jan-05 2:47
Neelesh K J Jain4-Jan-05 2:47 
GeneralRe: Problem with CRichEditCtrl Pin
David Crow4-Jan-05 5:28
David Crow4-Jan-05 5:28 
GeneralRe: Problem with CRichEditCtrl Pin
Neelesh K J Jain4-Jan-05 16:49
Neelesh K J Jain4-Jan-05 16:49 
GeneralRe: Problem with CRichEditCtrl Pin
David Crow5-Jan-05 2:30
David Crow5-Jan-05 2:30 
Questioncan any body tell me any software to check memory leak Pin
arus20044-Jan-05 0:13
arus20044-Jan-05 0:13 
AnswerRe: can any body tell me any software to check memory leak Pin
Neville Franks4-Jan-05 0:28
Neville Franks4-Jan-05 0:28 
AnswerRe: can any body tell me any software to check memory leak Pin
Maximilien4-Jan-05 0:32
Maximilien4-Jan-05 0:32 
(assuming you are using Visual Studio )

before running of to buy a software, use what's available from VC++, first, be sure to run in debug mode, then, use the predefined macro DEBUG_NEW to replace new, and _malloc_dbg to replace malloc.

those 2 things will help you get a better view at what's going on with memory allocation.

If you really want to go deeper and find other potential problems, try either purify or boundschecker, both work well.




Maximilien Lincourt
Your Head A Splode - Strong Bad
AnswerRe: can any body tell me any software to check memory leak Pin
Martin Koorts4-Jan-05 1:01
Martin Koorts4-Jan-05 1:01 
GeneralFatal Link Error: LNK:1201 Pin
Pearl M3-Jan-05 22:59
sussPearl M3-Jan-05 22:59 
GeneralRe: Fatal Link Error: LNK:1201 Pin
Rajesh match3-Jan-05 23:52
Rajesh match3-Jan-05 23:52 
GeneralGDI+ Bitmaps in an Array Pin
rh0053-Jan-05 22:35
rh0053-Jan-05 22:35 
GeneralRe: GDI+ Bitmaps in an Array Pin
rh0053-Jan-05 23:56
rh0053-Jan-05 23:56 
GeneralRe: GDI+ Bitmaps in an Array Pin
Ryan Binns4-Jan-05 2:55
Ryan Binns4-Jan-05 2:55 
GeneralRe: GDI+ Bitmaps in an Array Pin
rh0054-Jan-05 3:04
rh0054-Jan-05 3:04 
GeneralRe: GDI+ Bitmaps in an Array Pin
Ryan Binns4-Jan-05 12:00
Ryan Binns4-Jan-05 12:00 
GeneralRe: GDI+ Bitmaps in an Array Pin
rh0054-Jan-05 22:12
rh0054-Jan-05 22:12 
GeneralRe: GDI+ Bitmaps in an Array Pin
rh0055-Jan-05 11:44
rh0055-Jan-05 11:44 
Questionhow can i display a value in edit control Pin
Amirzeb3-Jan-05 22:11
Amirzeb3-Jan-05 22:11 
AnswerRe: how can i display a value in edit control Pin
Rajesh match3-Jan-05 22:31
Rajesh match3-Jan-05 22:31 
AnswerRe: how can i display a value in edit control Pin
ThatsAlok3-Jan-05 22:48
ThatsAlok3-Jan-05 22:48 
AnswerRe: how can i display a value in edit control Pin
virtualkirankumar3-Jan-05 23:35
virtualkirankumar3-Jan-05 23:35 
GeneralReg System Tray application in VC++ Pin
deep_19813-Jan-05 21:34
deep_19813-Jan-05 21:34 
GeneralRe: Reg System Tray application in VC++ Pin
Michael P Butler3-Jan-05 22:58
Michael P Butler3-Jan-05 22:58 
GeneralRe: Reg System Tray application in VC++ Pin
ThatsAlok3-Jan-05 23:14
ThatsAlok3-Jan-05 23:14 

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.