// JP opened flex table

Click to See Complete Forum and Search --> : Invalid Page Fault error in MFC42.dll


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

//JP added flex table