Click here to Skip to main content
15,891,372 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionMFC White image Problem in Win7 Pin
002comp8-Apr-13 18:14
002comp8-Apr-13 18:14 
AnswerRe: MFC White image Problem in Win7 Pin
quuo12-Apr-13 3:10
quuo12-Apr-13 3:10 
QuestionProblem with heap/OK button error Pin
Grahamfff8-Apr-13 5:52
Grahamfff8-Apr-13 5:52 
QuestionRe: Problem with heap/OK button error Pin
David Crow8-Apr-13 6:03
David Crow8-Apr-13 6:03 
AnswerRe: Problem with heap/OK button error Pin
Grahamfff8-Apr-13 6:36
Grahamfff8-Apr-13 6:36 
GeneralRe: Problem with heap/OK button error Pin
Alan Balkany8-Apr-13 8:16
Alan Balkany8-Apr-13 8:16 
AnswerRe: Problem with heap/OK button error Pin
Stephen Hewitt8-Apr-13 9:32
Stephen Hewitt8-Apr-13 9:32 
GeneralRe: Problem with heap/OK button error Pin
Grahamfff8-Apr-13 22:46
Grahamfff8-Apr-13 22:46 
Not done the heap page (as dont know how)

But with the AfxCheckMemory() I get the following, puting the statement in InitDlg() routine.

Again do not understand.

VB
ntdll.dll!7c90120e()
    [Frames below may be incorrect and/or missing, no symbols loaded for ntdll.dll]
    ntdll.dll!7c96ee31()
    ntdll.dll!7c95f8f4()
    ntdll.dll!7c96e94d()
    ntdll.dll!7c96f586()
    ntdll.dll!7c962fcf()
    user32.dll!7e418bd9()
    user32.dll!7e41885a()
    user32.dll!7e42a013()
    user32.dll!7e43e577()
    user32.dll!7e42a998()
    user32.dll!7e43e577()
>   mfc90d.dll!CWnd::DefWindowProcA(unsigned int nMsg=272, unsigned int wParam=723394, long lParam=0)  Line 1043 + 0x20 bytes   C++
    mfc90d.dll!CWnd::Default()  Line 274    C++
    mfc90d.dll!CDialog::HandleInitDialog(unsigned int __formal=723394, unsigned int __formal=723394)  Line 673 + 0x8 bytes  C++
    mfc90d.dll!CWnd::OnWndMsg(unsigned int message=272, unsigned int wParam=723394, long lParam=0, long * pResult=0x0013e2dc)  Line 2018 + 0x11 bytes   C++
    mfc90d.dll!CWnd::WindowProc(unsigned int message=272, unsigned int wParam=723394, long lParam=0)  Line 1755 + 0x20 bytes    C++
    mfc90d.dll!AfxCallWndProc(CWnd * pWnd=0x0013e7b4, HWND__ * hWnd=0x00070a0c, unsigned int nMsg=272, unsigned int wParam=723394, long lParam=0)  Line 240 + 0x1c bytes    C++
    mfc90d.dll!AfxWndProc(HWND__ * hWnd=0x00070a0c, unsigned int nMsg=272, unsigned int wParam=723394, long lParam=0)  Line 403 C++
    mfc90d.dll!AfxWndProcBase(HWND__ * hWnd=0x00070a0c, unsigned int nMsg=272, unsigned int wParam=723394, long lParam=0)  Line 441 + 0x15 bytes    C++
    user32.dll!7e418734()
    user32.dll!7e418816()
    user32.dll!7e42927b()
    user32.dll!7e42651a()
    user32.dll!7e42683e()
    user32.dll!7e439b43()
    mfc90d.dll!CWnd::CreateDlgIndirect(const DLGTEMPLATE * lpDialogTemplate=0x00480aa0, CWnd * pParentWnd=0x00000000, HINSTANCE__ * hInst=0x00400000)  Line 312 + 0x2a bytes    C++
    mfc90d.dll!CDialog::DoModal()  Line 576 + 0x20 bytes    C++
    MFCTest.exe!CMFCTestApp::InitInstance()  Line 63 + 0xb bytes    C++
    mfc90d.dll!AfxWinMain(HINSTANCE__ * hInstance=0x00400000, HINSTANCE__ * hPrevInstance=0x00000000, char * lpCmdLine=0x00161f0a, int nCmdShow=1)  Line 37 + 0xd bytes C++
    MFCTest.exe!WinMain(HINSTANCE__ * hInstance=0x00400000, HINSTANCE__ * hPrevInstance=0x00000000, char * lpCmdLine=0x00161f0a, int nCmdShow=1)  Line 30   C++
    MFCTest.exe!__tmainCRTStartup()  Line 574 + 0x35 bytes  C
    MFCTest.exe!WinMainCRTStartup()  Line 399   C
    kernel32.dll!7c81776f()

grahamfff

GeneralBRe: Problem with heap/OK button error Pin
Stephen Hewitt9-Apr-13 9:35
Stephen Hewitt9-Apr-13 9:35 
GeneralRe: BRe: Problem with heap/OK button error Pin
Grahamfff9-Apr-13 21:28
Grahamfff9-Apr-13 21:28 
Questionhow to include minizip code into vc++ 2010 SDI application Pin
syam0718-Apr-13 3:29
syam0718-Apr-13 3:29 
QuestionRe: how to include minizip code into vc++ 2010 SDI application Pin
David Crow8-Apr-13 5:54
David Crow8-Apr-13 5:54 
QuestionUnicode CString and fopen problem Pin
DSPCottage7-Apr-13 18:45
DSPCottage7-Apr-13 18:45 
AnswerRe: Unicode CString and fopen problem Pin
tagopi7-Apr-13 20:21
tagopi7-Apr-13 20:21 
GeneralRe: Unicode CString and fopen problem Pin
DSPCottage4-May-13 18:38
DSPCottage4-May-13 18:38 
AnswerRe: Unicode CString and fopen problem Pin
Jochen Arndt7-Apr-13 21:00
professionalJochen Arndt7-Apr-13 21:00 
GeneralRe: Unicode CString and fopen problem Pin
DSPCottage4-May-13 18:38
DSPCottage4-May-13 18:38 
Questionquestion about custom symbol in arcmap Pin
ts_chen6-Apr-13 15:40
ts_chen6-Apr-13 15:40 
QuestionIf this fires you have a mixed DEBUG/RETAIL build - now what ? Pin
Vaclav_6-Apr-13 8:34
Vaclav_6-Apr-13 8:34 
AnswerRe: If this fires you have a mixed DEBUG/RETAIL build - now what ? Pin
pasztorpisti6-Apr-13 10:23
pasztorpisti6-Apr-13 10:23 
Questionutf to ascii conversion Pin
khushboo gupta5-Apr-13 23:12
khushboo gupta5-Apr-13 23:12 
AnswerRe: utf to ascii conversion Pin
Richard MacCutchan6-Apr-13 1:47
mveRichard MacCutchan6-Apr-13 1:47 
GeneralRe: utf to ascii conversion Pin
khushboo gupta6-Apr-13 2:39
khushboo gupta6-Apr-13 2:39 
GeneralRe: utf to ascii conversion Pin
Richard MacCutchan6-Apr-13 3:28
mveRichard MacCutchan6-Apr-13 3:28 
GeneralRe: utf to ascii conversion Pin
khushboo gupta7-Apr-13 18:30
khushboo gupta7-Apr-13 18:30 

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.