Application crashes in mfc71u.dll
My application uses VC++ 2003. While executing in the Unicode release mode it crashes at
CMDIFrameWnd* pFrame = new CMainFrame;
in InitInstance() of startup pro开发者_如何转开发ject. The error message shows that the application crashes at mfc71u.dll
Click the link to see the error message
The same application runs well on other systems.
Please suggest me what could be the reason for the crash.
Thanks
Shyam
It would help if you posted more information such as:
- A stack trace to the fault.
- The source code around the crash.
- The exception generated.
This is the bare minimum information you should automatically include with any crash.
精彩评论