Click here to Skip to main content
15,897,187 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
GeneralRe: thanks! seems like it repeat with .ecxr Pin
Blake Miller25-Aug-05 5:04
Blake Miller25-Aug-05 5:04 
Generalhere is what I got... Pin
valerie9925-Aug-05 5:34
valerie9925-Aug-05 5:34 
0:000> ~
. 0 Id: 930.754 Suspend: 1 Teb: 7ffde000 Unfrozen
0:000> kb
*** Stack trace for last set context - .thread/.cxr resets it
ChildEBP RetAddr Args to Child
0012f5d4 77e33604 00000000 00000000 0000ffff USER32!NtUserWaitMessage+0xb
0012f608 77e441d4 00400348 00000000 00000001 USER32!DialogBox2+0x216
0012f62c 77e34110 77e10000 001371c0 00000000 USER32!InternalDialogBox+0xd1
0012f8e4 77e344ac 00000030 0012fa84 ffffffff USER32!SoftModalMessageBox+0x757
0012fa2c 77e3399f 00000001 00000000 00000028 USER32!MessageBoxWorker+0x247
0012fa84 77e34237 00000000 00136230 00135520 USER32!MessageBoxExW+0x77
0012fab4 77e333d0 00000000 002f419c 002f2518 USER32!MessageBoxExA+0xa0
0012fad4 5f460f22 00000000 002f419c 002f2518 USER32!MessageBoxA+0x49
0012fc14 5f460fb0 002f419c 00000030 0000f104 MFC42D!CWinApp::DoMessageBox+0x17f
0012fc2c 5f46105f 002f419c 00000000 0000f104 MFC42D!AfxMessageBox+0x2c
0012fc60 5f444e55 0000f104 00000000 0000f104 MFC42D!AfxMessageBox+0x93
0012fcbc 5f45a7c4 00000000 00000001 0012fedc MFC42D!CSingleDocTemplate::OpenDocumentFile+0x1a5
0012fd58 5f4616ea 004177d0 0012fd9c 5f43749c MFC42D!CDocManager::OnFileNew+0x121
0012fd64 5f43749c 0012fedc 00000000 7ffdf000 MFC42D!CWinApp::OnFileNew+0x2a
0012fd9c 5f437bcb 004177d0 0000e100 00000000 MFC42D!_AfxDispatchCmdMsg+0xa2
0012fdf4 5f498003 0000e100 00000000 00000000 MFC42D!CCmdTarget::OnCmdMsg+0x274
0012fe44 004015e6 0012feb0 00000000 00000000 MFC42D!CWinApp::ProcessShellCommand+0x63
0012fee8 5f4335c3 00000000 00000000 7ffdf000 HL!CHLApp::InitInstance+0xf6 [C:\HL\HL\HL.cpp @ 88]
0012ff08 00403138 00400000 00000000 00132cb0 MFC42D!AfxWinMain+0x83
0012ff20 00403043 00400000 00000000 00132cb0 HL!WinMain+0x18 [appmodul.cpp @ 30]

It kind of make sense now, because I changed the BOOL PreCreateWindow(CREATESTRUCT& cs) funtion in HLVIEW.cpp, it couldn't created the window, so it crash on HL.cpp at line 88.....the line 88 is like this "if (!ProcessShellCommand(cmdInfo))
return FALSE;"

did I get this right? Thanks a lot for your help!!!

-- modifed at 11:38 Thursday 25th August, 2005
GeneralRe: here is what I got... Pin
Blake Miller25-Aug-05 5:43
Blake Miller25-Aug-05 5:43 
Generalyou are amazing! Pin
valerie9925-Aug-05 5:59
valerie9925-Aug-05 5:59 
GeneralMFC regular DLL Pin
LeeeNN24-Aug-05 11:29
LeeeNN24-Aug-05 11:29 
AnswerRe: MFC regular DLL Pin
Shog924-Aug-05 13:09
sitebuilderShog924-Aug-05 13:09 
GeneralRe: MFC regular DLL Pin
LeeeNN24-Aug-05 13:51
LeeeNN24-Aug-05 13:51 
GeneralRe: MFC regular DLL Pin
Christian Graus24-Aug-05 14:07
protectorChristian Graus24-Aug-05 14:07 
GeneralRe: MFC regular DLL Pin
LeeeNN24-Aug-05 14:45
LeeeNN24-Aug-05 14:45 
AnswerRe: MFC regular DLL Pin
Shog924-Aug-05 14:59
sitebuilderShog924-Aug-05 14:59 
GeneralRe: MFC regular DLL Pin
LeeeNN24-Aug-05 15:25
LeeeNN24-Aug-05 15:25 
GeneralCalling programs from a VC++ program Pin
Aditya Rao24-Aug-05 8:02
Aditya Rao24-Aug-05 8:02 
GeneralRe: Calling programs from a VC++ program Pin
David Crow24-Aug-05 8:10
David Crow24-Aug-05 8:10 
GeneralRe: Calling programs from a VC++ program Pin
Roland Pibinger24-Aug-05 12:00
Roland Pibinger24-Aug-05 12:00 
GeneralRe: Calling programs from a VC++ program Pin
David Crow25-Aug-05 4:54
David Crow25-Aug-05 4:54 
GeneralRe: Calling programs from a VC++ program Pin
ThatsAlok24-Aug-05 18:32
ThatsAlok24-Aug-05 18:32 
General3rd Party Grids, Tree Controls, editors Pin
Patrick D Owens24-Aug-05 6:01
Patrick D Owens24-Aug-05 6:01 
GeneralRe: 3rd Party Grids, Tree Controls, editors Pin
Maximilien24-Aug-05 7:48
Maximilien24-Aug-05 7:48 
GeneralScrollbar help Pin
KellyR24-Aug-05 4:52
KellyR24-Aug-05 4:52 

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.