Click here to Skip to main content
15,889,281 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionPrivate keys Pin
sunit530-Sep-05 3:46
sunit530-Sep-05 3:46 
QuestionMFC program error Pin
rncwnd30-Sep-05 1:48
rncwnd30-Sep-05 1:48 
AnswerRe: MFC program error Pin
mark novak30-Sep-05 2:43
mark novak30-Sep-05 2:43 
GeneralRe: MFC program error Pin
Bartosz Bien30-Sep-05 3:09
Bartosz Bien30-Sep-05 3:09 
AnswerRe: MFC program error Pin
toxcct30-Sep-05 2:45
toxcct30-Sep-05 2:45 
JokeRe: MFC program error Pin
Bartosz Bien30-Sep-05 3:05
Bartosz Bien30-Sep-05 3:05 
GeneralRe: MFC program error Pin
David Crow30-Sep-05 3:15
David Crow30-Sep-05 3:15 
AnswerRe: MFC program error Pin
rncwnd30-Sep-05 5:43
rncwnd30-Sep-05 5:43 
Well, thanks so far.
I recompiled the project with a map-file an debugging infos. Now I get this call stack:
testMFC.exe!ATL::CRegParser::MAX_VALUE()  + 0x1f<br />
mfc71d.dll!CWnd::OnWndMsg(unsigned int message=272, unsigned int wParam=459270, long lParam=0, long * pResult=0x0012f990)  Zeile 2013 + 0x11<br />
mfc71d.dll!CWnd::WindowProc(unsigned int message=272, unsigned int wParam=459270, long lParam=0)  Zeile 1745 + 0x1e<br />
mfc71d.dll!AfxCallWndProc(CWnd * pWnd=0x0012fe3c, HWND__ * hWnd=0x000300e6, unsigned int nMsg=272, unsigned int wParam=459270, long lParam=0)  Zeile 241 + 0x1a<br />
mfc71d.dll!AfxWndProc(HWND__ * hWnd=0x000300e6, unsigned int nMsg=272, unsigned int wParam=459270, long lParam=0)  Zeile 389<br />
mfc71d.dll!AfxWndProcBase(HWND__ * hWnd=0x000300e6, unsigned int nMsg=272, unsigned int wParam=459270, long lParam=0)  Zeile 209 + 0x15<br />
user32.dll!77d18734() <br />
user32.dll!77d18816() <br />
user32.dll!77d1b89b() <br />
user32.dll!77d24e28() <br />
user32.dll!77d2514c() <br />
user32.dll!77d39b1b() <br />
mfc71d.dll!CWnd::CreateDlgIndirect(const DLGTEMPLATE * lpDialogTemplate=0x004188d8, CWnd * pParentWnd=0x00000000, HINSTANCE__ * hInst=0x00400000)  Zeile 310 + 0x2a<br />
mfc71d.dll!CDialog::DoModal()  Zeile 519 + 0x20<br />
testMFC.exe!CtestMFCApp::InitInstance()  Zeile 58 + 0xb<br />
mfc71d.dll!AfxWinMain(HINSTANCE__ * hInstance=0x00400000, HINSTANCE__ * hPrevInstance=0x00000000, char * lpCmdLine=0x00141f0c, int nCmdShow=1)  Zeile 39 + 0xb<br />
testMFC.exe!WinMain(HINSTANCE__ * hInstance=0x00400000, HINSTANCE__ * hPrevInstance=0x00000000, char * lpCmdLine=0x00141f0c, int nCmdShow=1)  Zeile 25<br />
testMFC.exe!WinMainCRTStartup()  Zeile 390 + 0x39<br />
kernel32.dll!7c816d4f() <br />
ntdll.dll!7c925b4f() <br />
kernel32.dll!7c8399f3() <br />

GeneralRe: MFC program error Pin
toxcct30-Sep-05 6:35
toxcct30-Sep-05 6:35 
GeneralRe: MFC program error Pin
bugDanny30-Sep-05 7:36
bugDanny30-Sep-05 7:36 
GeneralRe: MFC program error Pin
Jörgen Sigvardsson30-Sep-05 9:16
Jörgen Sigvardsson30-Sep-05 9:16 
GeneralRe: MFC program error Pin
bugDanny30-Sep-05 10:59
bugDanny30-Sep-05 10:59 
GeneralRe: MFC program error Pin
rncwnd30-Sep-05 11:11
rncwnd30-Sep-05 11:11 
GeneralRe: MFC program error Pin
Anonymous1-Oct-05 9:45
Anonymous1-Oct-05 9:45 
GeneralRe: MFC program error Pin
rncwnd2-Oct-05 3:18
rncwnd2-Oct-05 3:18 
AnswerRe: MFC program error Pin
Jose Lamas Rios30-Sep-05 17:58
Jose Lamas Rios30-Sep-05 17:58 
QuestionListView Pin
karmendra_js30-Sep-05 1:24
karmendra_js30-Sep-05 1:24 
AnswerRe: ListView Pin
mark novak30-Sep-05 2:37
mark novak30-Sep-05 2:37 
GeneralRe: ListView Pin
Bartosz Bien30-Sep-05 3:17
Bartosz Bien30-Sep-05 3:17 
Questionhow to make radio button function Pin
meiyueh30-Sep-05 1:17
meiyueh30-Sep-05 1:17 
AnswerRe: how to make radio button function Pin
mark novak30-Sep-05 2:19
mark novak30-Sep-05 2:19 
QuestionCode documentation of MFC Application Pin
karmendra_js30-Sep-05 1:12
karmendra_js30-Sep-05 1:12 
AnswerRe: Code documentation of MFC Application Pin
Bartosz Bien30-Sep-05 1:16
Bartosz Bien30-Sep-05 1:16 
GeneralRe: Code documentation of MFC Application Pin
Marc Soleda30-Sep-05 3:10
Marc Soleda30-Sep-05 3:10 
Generalonwner draw button Pin
FarPointer30-Sep-05 1:02
FarPointer30-Sep-05 1:02 

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.