Click here to Skip to main content
16,010,650 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralProperty Pages Pin
Al_Pennyworth3-Jan-03 7:45
Al_Pennyworth3-Jan-03 7:45 
GeneralMFC List Control Pin
uandrej3-Jan-03 7:05
uandrej3-Jan-03 7:05 
GeneralRe: MFC List Control Pin
RobJones3-Jan-03 8:19
RobJones3-Jan-03 8:19 
GeneralRe: MFC List Control Pin
uandrej6-Jan-03 2:18
uandrej6-Jan-03 2:18 
GeneralRe: MFC List Control Pin
RobJones10-Jan-03 6:19
RobJones10-Jan-03 6:19 
GeneralRe: MFC List Control Pin
uandrej11-Jan-03 1:14
uandrej11-Jan-03 1:14 
QuestionHow to analyze a MS dump? Pin
Todd Smith3-Jan-03 7:03
Todd Smith3-Jan-03 7:03 
AnswerRe: How to analyze a MS dump? Pin
CodeDoggy3-Jan-03 22:48
CodeDoggy3-Jan-03 22:48 
Minidumps can be analyzed in VS7 (not sure about VC6). Or you can download the WinDBG debugger (its free):
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/tools/debugger_5fle.asp

With either tool, load the dmp file and you can view the stack dumps for each thread, loaded modules, etc, at the time the minidump was generated. Download the windows symbols from MSDN if you want symbolic info. If its your own code, make you have your own symbols (PDB files) also.

QuestionMaximum Filename + Path under Win2K? Pin
DaveZ3-Jan-03 6:56
DaveZ3-Jan-03 6:56 
AnswerRe: Maximum Filename + Path under Win2K? Pin
Mike Nordell3-Jan-03 14:57
Mike Nordell3-Jan-03 14:57 
AnswerRe: Maximum Filename + Path under Win2K? Pin
Michael Dunn3-Jan-03 16:16
sitebuilderMichael Dunn3-Jan-03 16:16 
GeneralVisual C++ Profiling Pin
uandrej3-Jan-03 6:50
uandrej3-Jan-03 6:50 
Generalabout text and image Pin
pmask3-Jan-03 6:20
pmask3-Jan-03 6:20 
GeneralVC++ Pin
tsb3-Jan-03 5:48
tsb3-Jan-03 5:48 
GeneralRe: VC++ Pin
Anonymous3-Jan-03 6:07
Anonymous3-Jan-03 6:07 
GeneralRe: VC++ Pin
tsb3-Jan-03 6:25
tsb3-Jan-03 6:25 
GeneralRe: VC++ Pin
AlexO3-Jan-03 6:46
AlexO3-Jan-03 6:46 
GeneralRe: VC++ Pin
Maxwell Chen5-Jan-03 6:09
Maxwell Chen5-Jan-03 6:09 
GeneralTooltip question Pin
Martyn Pearson3-Jan-03 5:34
Martyn Pearson3-Jan-03 5:34 
GeneralRe: Tooltip question Pin
scott sanders3-Jan-03 13:22
scott sanders3-Jan-03 13:22 
GeneralRe: Tooltip question Pin
Martyn Pearson5-Jan-03 21:28
Martyn Pearson5-Jan-03 21:28 
QuestionHow to make a program like MS Word Pin
pmask3-Jan-03 5:02
pmask3-Jan-03 5:02 
AnswerRe: How to make a program like MS Word Pin
AlexO3-Jan-03 5:07
AlexO3-Jan-03 5:07 
GeneralRe: How to make a program like MS Word Pin
pmask3-Jan-03 5:17
pmask3-Jan-03 5:17 
GeneralRe: How to make a program like MS Word Pin
AlexO3-Jan-03 6:03
AlexO3-Jan-03 6:03 

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.