Click here to Skip to main content
15,888,527 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionhow to convert SDI application to MDI application? Pin
svkotireddy14-Jul-10 19:25
svkotireddy14-Jul-10 19:25 
AnswerRe: how to convert SDI application to MDI application? Pin
Richard MacCutchan14-Jul-10 22:02
mveRichard MacCutchan14-Jul-10 22:02 
AnswerRe: how to convert SDI application to MDI application? Pin
Emilio Garavaglia16-Jul-10 7:19
Emilio Garavaglia16-Jul-10 7:19 
Questionre:Windows VS/C++ and exiting with debuggable/traceable output Pin
Alan Kurlansky14-Jul-10 8:06
Alan Kurlansky14-Jul-10 8:06 
AnswerRe: re:Windows VS/C++ and exiting with debuggable/traceable output Pin
Code-o-mat14-Jul-10 9:26
Code-o-mat14-Jul-10 9:26 
GeneralRe: re:Windows VS/C++ and exiting with debuggable/traceable output Pin
Alan Kurlansky14-Jul-10 10:44
Alan Kurlansky14-Jul-10 10:44 
GeneralRe: re:Windows VS/C++ and exiting with debuggable/traceable output Pin
Naveen14-Jul-10 18:52
Naveen14-Jul-10 18:52 
GeneralRe: re:Windows VS/C++ and exiting with debuggable/traceable output Pin
Code-o-mat15-Jul-10 2:56
Code-o-mat15-Jul-10 2:56 
Aside of creating that minidump, if possible you could simply create a debug build, place a breakpoint at that exit call (or whatever location suits you) and run it with a debugger, then when it hits the breakpoint you can look around call stacks, memory and whatnot.
> The problem with computers is that they do what you tell them to do and not what you want them to do. <
> "It doesn't work, fix it" does not qualify as a bug report. <
> Amazing what new features none of the programmers working on the project ever heard of you can learn about when reading what the marketing guys wrote about it. <

GeneralRe: re:Windows VS/C++ and exiting with debuggable/traceable output Pin
Alan Kurlansky15-Jul-10 4:10
Alan Kurlansky15-Jul-10 4:10 
QuestionHow to delete a file in AlluserProfile directory? Pin
0x808514-Jul-10 3:57
0x808514-Jul-10 3:57 
GeneralRe: How to delete a file in AlluserProfile directory? Pin
Aescleal14-Jul-10 4:04
Aescleal14-Jul-10 4:04 
GeneralRe: How to delete a file in AlluserProfile directory? Pin
0x808514-Jul-10 4:09
0x808514-Jul-10 4:09 
GeneralRe: How to delete a file in AlluserProfile directory? Pin
Aescleal14-Jul-10 4:25
Aescleal14-Jul-10 4:25 
AnswerRe: How to delete a file in AlluserProfile directory? Pin
Code-o-mat14-Jul-10 4:47
Code-o-mat14-Jul-10 4:47 
QuestionInclude file for using _contolfp_s Pin
narayanagvs14-Jul-10 3:26
narayanagvs14-Jul-10 3:26 
AnswerRe: Include file for using _contolfp_s Pin
Aescleal14-Jul-10 3:59
Aescleal14-Jul-10 3:59 
QuestionHow to change the contrast of NB screen? Pin
ERICKYCheng14-Jul-10 1:50
ERICKYCheng14-Jul-10 1:50 
QuestionWhat field of PE Header tells that whether a valid PE file or not? Pin
glitteringsound14-Jul-10 1:35
glitteringsound14-Jul-10 1:35 
AnswerRe: What field of PE Header tells that whether a valid PE file or not? Pin
Code-o-mat14-Jul-10 2:05
Code-o-mat14-Jul-10 2:05 
AnswerRe: What field of PE Header tells that whether a valid PE file or not? Pin
Luc Pattyn14-Jul-10 2:23
sitebuilderLuc Pattyn14-Jul-10 2:23 
QuestionSetDlgItemText() Pin
raju_shiva14-Jul-10 1:16
raju_shiva14-Jul-10 1:16 
AnswerRe: SetDlgItemText() Pin
CPallini14-Jul-10 1:52
mveCPallini14-Jul-10 1:52 
AnswerRe: SetDlgItemText() Pin
Richard MacCutchan14-Jul-10 5:53
mveRichard MacCutchan14-Jul-10 5:53 
GeneralRe: SetDlgItemText() Pin
raju_shiva14-Jul-10 20:04
raju_shiva14-Jul-10 20:04 
GeneralRe: SetDlgItemText() Pin
CPallini14-Jul-10 20:37
mveCPallini14-Jul-10 20:37 

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.