Click here to Skip to main content
15,913,836 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: decompiler for DLL Pin
David Crow20-Jul-04 8:30
David Crow20-Jul-04 8:30 
GeneralRe: decompiler for DLL Pin
bikram singh20-Jul-04 9:32
bikram singh20-Jul-04 9:32 
GeneralDC->ScrollDC( Pin
0v3rloader19-Jul-04 23:41
0v3rloader19-Jul-04 23:41 
GeneralRe: DC->ScrollDC( Pin
Alexander Wiseman20-Jul-04 8:25
Alexander Wiseman20-Jul-04 8:25 
GeneralMessage Handler for dynamic Cbutton Pin
Puah19-Jul-04 23:09
Puah19-Jul-04 23:09 
GeneralRe: Message Handler for dynamic Cbutton Pin
Bhaskar19-Jul-04 23:54
Bhaskar19-Jul-04 23:54 
GeneralMemory leak debug - no code line ref Pin
srev19-Jul-04 22:44
srev19-Jul-04 22:44 
GeneralRe: Memory leak debug - no code line ref Pin
Roger Allen20-Jul-04 3:01
Roger Allen20-Jul-04 3:01 
Take a look at the _CrtSetBreakAlloc in the MSDN. You can assign this your allocation number (562). So if you run your software the exact same way, you should get a BP when that allocation takes place in your program. You can then use the stack trace to backtrack to the offending code.

If you vote me down, my score will only get lower
GeneralRe: Memory leak debug - no code line ref Pin
srev20-Jul-04 6:39
srev20-Jul-04 6:39 
GeneralMC FILES Pin
Poorniselva19-Jul-04 21:26
Poorniselva19-Jul-04 21:26 
GeneralExperts in Embedded Visual C++, Visual C++ n PDA programming come in Pin
Anonymous19-Jul-04 21:22
Anonymous19-Jul-04 21:22 
GeneralCode for my Class CListenSocket: ListenSocket.h Pin
Anonymous19-Jul-04 21:23
Anonymous19-Jul-04 21:23 
GeneralRCode for my Class CListenSocket: ListenSocket.cpp Pin
Anonymous19-Jul-04 21:23
Anonymous19-Jul-04 21:23 
GeneralCode for my Class CLinkSocket: LinkSocket.h Pin
Anonymous19-Jul-04 21:25
Anonymous19-Jul-04 21:25 
GeneralCode for my Class CLinkSocket: LinkSocket.cpp Pin
Anonymous19-Jul-04 21:26
Anonymous19-Jul-04 21:26 
GeneralCode for my Class ServerDlg: ServerDlg.h Pin
Anonymous19-Jul-04 21:27
Anonymous19-Jul-04 21:27 
GeneralCode for my Class ServerDlg: ServerDlg.Cpp (Not yet completed) Pin
Anonymous19-Jul-04 21:28
Anonymous19-Jul-04 21:28 
GeneralMultiple Clipboard Pin
albd19-Jul-04 21:15
albd19-Jul-04 21:15 
GeneralRe: Multiple Clipboard Pin
Yulianto.19-Jul-04 22:34
Yulianto.19-Jul-04 22:34 
GeneralRe: Multiple Clipboard Pin
Kevin McFarlane20-Jul-04 6:28
Kevin McFarlane20-Jul-04 6:28 
QuestionHow to obtain NetBIOS (not DNS) name from IP address Pin
---Ranger---19-Jul-04 21:02
---Ranger---19-Jul-04 21:02 
Generaldialog box for entering the system path.... Pin
Anonymous19-Jul-04 20:30
Anonymous19-Jul-04 20:30 
GeneralRe: dialog box for entering the system path.... Pin
ThatsAlok19-Jul-04 20:56
ThatsAlok19-Jul-04 20:56 
GeneralRe: dialog box for entering the system path.... Pin
Bhaskar19-Jul-04 21:02
Bhaskar19-Jul-04 21:02 
GeneralDatagrid Control Pin
rayasam19-Jul-04 18:23
rayasam19-Jul-04 18:23 

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.