ganantha
November 6th, 2001, 02:20 AM
I have an Application that is crashing while launching with the message "Invalid Page Fault error in MFC42.dll". On investigation I found out that the call to LoadFrame in InitInstance is crashing.
EMainFrame* pMainFrame = new EMainFrame;
if (!pMainFrame->LoadFrame(IDR_MAINFRAME))
return FALSE;
This is occuring in Release Mode Application and is specific to a particular m/c. It working fine on other m/c
Any i/ps' or suggestions on how to resolve this?
Regards,
Anantha
EMainFrame* pMainFrame = new EMainFrame;
if (!pMainFrame->LoadFrame(IDR_MAINFRAME))
return FALSE;
This is occuring in Release Mode Application and is specific to a particular m/c. It working fine on other m/c
Any i/ps' or suggestions on how to resolve this?
Regards,
Anantha