Click here to Skip to main content
15,918,404 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: C++ related issue Pin
Scott H. Settlemier3-Sep-03 10:22
Scott H. Settlemier3-Sep-03 10:22 
GeneralRe: C++ related issue Pin
John R. Shaw3-Sep-03 6:47
John R. Shaw3-Sep-03 6:47 
General_crtBreakAlloc Pin
Bernhard2-Sep-03 23:22
Bernhard2-Sep-03 23:22 
Questioninsert for each Combo Box index a variable edit control? Pin
Member 3971372-Sep-03 22:12
Member 3971372-Sep-03 22:12 
Generalthe problem of SEH Pin
crazyzhou2-Sep-03 21:18
crazyzhou2-Sep-03 21:18 
GeneralRe: the problem of SEH Pin
Brad Sokol3-Sep-03 3:04
Brad Sokol3-Sep-03 3:04 
GeneralRe: the problem of SEH Pin
crazyzhou3-Sep-03 19:14
crazyzhou3-Sep-03 19:14 
GeneralRe: the problem of SEH Pin
Brad Sokol4-Sep-03 2:47
Brad Sokol4-Sep-03 2:47 
Getting a stack trace including source file and line number is possible in both debug and release builds. The key is the EXCEPTION_POINTERS parameter. You need to use the symbols engine API which is in the dbghelp.dll library in the Platform SDK to translate the exception pointers into more useful information.

The best reference I've found for this is "Debugging Windows Applications" by John Robbins. He used to write the Bug Slayer column in MSDN magazine. You can find lots of his archived articles over at the href='http://msdn.microsoft.com'>MSDN site.

There is probably lots of useful stuff elswhere on the web but I don't have any links handy. Google for StackWalk or "win32 stack trace" and you'll probably find some useful links.

HTH

Brad
Generalwhen i install ms SDK.... Pin
Anonymous2-Sep-03 21:02
Anonymous2-Sep-03 21:02 
GeneralRe: when i install ms SDK.... Pin
John R. Shaw3-Sep-03 6:21
John R. Shaw3-Sep-03 6:21 
GeneralGet the size of RTF text on a print DC Pin
CodeBrain2-Sep-03 20:41
CodeBrain2-Sep-03 20:41 
GeneralRe: Get the size of RTF text on a print DC Pin
eco2-Sep-03 21:09
eco2-Sep-03 21:09 
GeneralRe: Get the size of RTF text on a print DC Pin
eco2-Sep-03 21:12
eco2-Sep-03 21:12 
GeneralRe: Get the size of RTF text on a print DC Pin
CodeBrain3-Sep-03 3:21
CodeBrain3-Sep-03 3:21 
QuestionUnicode issue? How to resolve? Pin
Yu Zhiquan2-Sep-03 20:15
Yu Zhiquan2-Sep-03 20:15 
GeneralMFC Gurus Only1 Pin
John R. Shaw2-Sep-03 19:24
John R. Shaw2-Sep-03 19:24 
GeneralRe: MFC Gurus Only1 Pin
Joey Bloggs2-Sep-03 20:22
Joey Bloggs2-Sep-03 20:22 
GeneralRe: MFC Gurus Only1 Pin
John R. Shaw3-Sep-03 6:14
John R. Shaw3-Sep-03 6:14 
GeneralRe: MFC Gurus Only1 Pin
John R. Shaw3-Sep-03 8:20
John R. Shaw3-Sep-03 8:20 
QuestionHow to get redrew rectangel of screen? Pin
greatesky2-Sep-03 15:18
greatesky2-Sep-03 15:18 
AnswerRe: How to get redrew rectangel of screen? Pin
John R. Shaw2-Sep-03 20:07
John R. Shaw2-Sep-03 20:07 
GeneralMSBNx API help... Pin
JoeSox2-Sep-03 14:18
JoeSox2-Sep-03 14:18 
GeneralI still don't get it... Pin
Roger Knowles2-Sep-03 13:59
sussRoger Knowles2-Sep-03 13:59 
GeneralRe: I still don't get it... Pin
valikac2-Sep-03 14:19
valikac2-Sep-03 14:19 
GeneralRe: I still don't get it... Pin
rajdawg2-Sep-03 15:50
rajdawg2-Sep-03 15:50 

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.