Click here to Skip to main content
15,887,338 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to Use Regular Expression Pin
Stuart Dootson1-Jul-09 21:32
professionalStuart Dootson1-Jul-09 21:32 
QuestionProject Settings in vc++ Pin
Rakesh51-Jul-09 19:45
Rakesh51-Jul-09 19:45 
AnswerRe: Project Settings in vc++ Pin
Jijo.Raj1-Jul-09 20:00
Jijo.Raj1-Jul-09 20:00 
GeneralRe: Project Settings in vc++ Pin
Rakesh51-Jul-09 20:38
Rakesh51-Jul-09 20:38 
GeneralRe: Project Settings in vc++ Pin
«_Superman_»1-Jul-09 20:49
professional«_Superman_»1-Jul-09 20:49 
AnswerRe: Project Settings in vc++ Pin
Cedric Moonen1-Jul-09 20:35
Cedric Moonen1-Jul-09 20:35 
Questionwhat is the difference between dump and snapshot Pin
krish_kumar1-Jul-09 19:21
krish_kumar1-Jul-09 19:21 
AnswerRe: what is the difference between dump and snapshot Pin
Madhu Nair1-Jul-09 23:04
Madhu Nair1-Jul-09 23:04 
You might elaborate a little more;

If your asking about a memory dump file; yes - it is a snapshot of the app memory at the time of crash. The debug dlls gives you access to create the snapshot information at any time of the program execution and you may store those information to a DUMP file for a later analysis.

The debug APIs like MiniDumpWriteDump[^] is used to create the dump files from our applications.

You may also find these CodeProject articles helpful on how to analyse a crash dump file.

CP Article - Debug 1[^]

CP Article - Debug 2[^]
GeneralRe: what is the difference between dump and snapshot Pin
krish_kumar2-Jul-09 1:34
krish_kumar2-Jul-09 1:34 
QuestionHow can send Notification SMS to recipient? Pin
Le@rner1-Jul-09 19:13
Le@rner1-Jul-09 19:13 
QuestionContext Sensitive Help for floating dialog bar Pin
Anuradha V1-Jul-09 19:09
Anuradha V1-Jul-09 19:09 
QuestionAll values of SPropValue member Value.lpszW? Pin
Le@rner1-Jul-09 18:37
Le@rner1-Jul-09 18:37 
GeneralRe: All values of SPropValue member Value.lpszW? Pin
Madhu Nair1-Jul-09 19:09
Madhu Nair1-Jul-09 19:09 
QuestionAdd Docking Pane to MDI Child window (MFC Feature Pack 2008) PinPopular
praskumbhare1-Jul-09 10:54
praskumbhare1-Jul-09 10:54 
Questioniterator Pin
Waldemar Ork1-Jul-09 10:15
Waldemar Ork1-Jul-09 10:15 
QuestionRe: iterator Pin
David Crow1-Jul-09 10:22
David Crow1-Jul-09 10:22 
AnswerRe: iterator Pin
Stuart Dootson1-Jul-09 10:59
professionalStuart Dootson1-Jul-09 10:59 
GeneralRe: iterator Pin
led mike1-Jul-09 11:05
led mike1-Jul-09 11:05 
GeneralRe: iterator Pin
Waldemar Ork1-Jul-09 11:23
Waldemar Ork1-Jul-09 11:23 
QuestionMFC Pin
kumar sanghvi1-Jul-09 7:28
kumar sanghvi1-Jul-09 7:28 
AnswerRe: MFC Pin
led mike1-Jul-09 7:33
led mike1-Jul-09 7:33 
AnswerRe: MFC Pin
Stuart Dootson1-Jul-09 9:05
professionalStuart Dootson1-Jul-09 9:05 
AnswerRe: MFC Pin
transoft1-Jul-09 9:41
transoft1-Jul-09 9:41 
AnswerRe: MFC Pin
Alan Balkany2-Jul-09 5:00
Alan Balkany2-Jul-09 5:00 
QuestionIs there a easy way to move chunk of memory? Pin
transoft1-Jul-09 5:39
transoft1-Jul-09 5:39 

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.