Click here to Skip to main content
15,904,153 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: werwerwe Pin
toxcct24-Aug-05 23:03
toxcct24-Aug-05 23:03 
QuestionManagedMFC? Pin
Uwe Keim24-Aug-05 20:11
sitebuilderUwe Keim24-Aug-05 20:11 
Generalreplies recived for"problems in file reading,Suggest best method"did not work Pin
a_david12324-Aug-05 20:02
a_david12324-Aug-05 20:02 
GeneralRe: replies recived for"problems in file reading,Suggest best method"did not work Pin
Rage24-Aug-05 20:37
professionalRage24-Aug-05 20:37 
GeneralRe: replies recived for"problems in file reading,Suggest best method"did not work Pin
MailtoGops24-Aug-05 21:00
MailtoGops24-Aug-05 21:00 
Generaltutorial help Pin
Neelesh K J Jain24-Aug-05 19:51
Neelesh K J Jain24-Aug-05 19:51 
GeneralRe: tutorial help Pin
dharani25-Aug-05 17:43
dharani25-Aug-05 17:43 
GeneralRegarding InstallShield Pin
Neelesh K J Jain24-Aug-05 19:50
Neelesh K J Jain24-Aug-05 19:50 
GeneralFont Size Pin
TssPrasad24-Aug-05 18:22
sussTssPrasad24-Aug-05 18:22 
GeneralRe: Font Size Pin
MailtoGops24-Aug-05 19:29
MailtoGops24-Aug-05 19:29 
GeneralRe: Font Size Pin
TssPrasad24-Aug-05 19:54
sussTssPrasad24-Aug-05 19:54 
GeneralRe: Font Size Pin
Aamir Butt25-Aug-05 0:46
Aamir Butt25-Aug-05 0:46 
GeneralClearing the Buffer in a MFC View Pin
suzie10024-Aug-05 16:51
suzie10024-Aug-05 16:51 
GeneralRe: Clearing the Buffer in a MFC View Pin
Christian Graus24-Aug-05 17:31
protectorChristian Graus24-Aug-05 17:31 
GeneralRe: Clearing the Buffer in a MFC View Pin
suzie10024-Aug-05 18:50
suzie10024-Aug-05 18:50 
GeneralRe: Clearing the Buffer in a MFC View Pin
MailtoGops24-Aug-05 19:26
MailtoGops24-Aug-05 19:26 
QuestionHow to drag a customaze struct and drop? Pin
freehawk24-Aug-05 15:54
freehawk24-Aug-05 15:54 
GeneralERROR_MORE_DATA on RegQueryValueEx() Pin
KingTermite24-Aug-05 14:43
KingTermite24-Aug-05 14:43 
GeneralRe: ERROR_MORE_DATA on RegQueryValueEx() Pin
KingTermite25-Aug-05 4:28
KingTermite25-Aug-05 4:28 
GeneralRe: ERROR_MORE_DATA on RegQueryValueEx() Pin
Blake Miller25-Aug-05 4:59
Blake Miller25-Aug-05 4:59 
GeneralRe: ERROR_MORE_DATA on RegQueryValueEx() Pin
KingTermite25-Aug-05 5:15
KingTermite25-Aug-05 5:15 
GeneralRe: ERROR_MORE_DATA on RegQueryValueEx() Pin
Blake Miller25-Aug-05 5:37
Blake Miller25-Aug-05 5:37 
GeneralNo runnable debuggees error in 'g' Pin
valerie9924-Aug-05 12:11
valerie9924-Aug-05 12:11 
AnswerRe: No runnable debuggees error in Pin
Shog924-Aug-05 13:07
sitebuilderShog924-Aug-05 13:07 
Generalthanks! seems like it repeat with .ecxr Pin
valerie9925-Aug-05 4:00
valerie9925-Aug-05 4:00 
here is what I got from command message box:

(930.754): Wake debugger - code 80000007 (!!! second chance !!!)
eax=0012f5e8 ebx=00000000 ecx=00010101 edx=00000000 esi=005043a8 edi=00000000
eip=77e589a7 esp=0012f5d8 ebp=0012f608 iopl=0 nv up ei pl zr na po nc
cs=001b ss=0023 ds=0023 es=0023 fs=003b gs=0000 efl=00000246
USER32!NtUserWaitMessage+0xb:
77e589a7 c3 ret
0:000> .ecxr
eax=0012f5e8 ebx=00000000 ecx=00010101 edx=00000000 esi=005043a8 edi=00000000
eip=77e589a7 esp=0012f5d8 ebp=0012f608 iopl=0 nv up ei pl zr na po nc
cs=001b ss=0023 ds=0023 es=0023 fs=003b gs=0000 efl=00000246
USER32!NtUserWaitMessage+0xb:
77e589a7 c3 ret

does it mean" USER32!NtUserWaitMessage+0xb: 77e589a7 c3 ret" is there place that exe crash?

I was testing windbg, so I changed the "return CView::PreCreateWindow(cs);" to "return 0", when I debug the exe, it pops up message says "failed to create enpty document". thanks for looking!

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.