Quantcast
Channel: CodeGuru Forums - Visual C++ Programming
Viewing all articles
Browse latest Browse all 3021

MFC application Crashing

$
0
0
I implemented a MFC application which is of FormView
It is executing and giving output well if I run the .exe through batch file.

But if I use it in an environment which works on Command line.
If I use the .exe in that environment and use the execution is incomplete and the resulting in App crash message.


If .exe is built in Release mode:
when try to execute i'm getting the below error:

A window showing either to close the window or check online for solutions

If I see the details:
It says APPCRASH.


If .exe is built in Debug mode:
And try to execute it is giving the below error:

Debug Assertion failed:
Program: example.exe
File:f:\dd\vctools\vc7libs\ships\atlmfc\src\mfc\filelist.cpp
Line:225

Viewing all articles
Browse latest Browse all 3021