Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Getting This Error on Compile Unsure Why - Please Help

Status
Not open for further replies.

Guest_imported

New member
Joined
Jan 1, 1970
Messages
0
I keep on getting this error message when I compile my program and I am unsure why...


************************************
Mat.exe - Application Error

The exception unknown software exception (0xc00000fd) occurred in teh application at location 0x00405be7.

Click on OK to terminate the program
Click on CANCEL to debug the program

************************************


Will someone please help!!
 
Run it in debug and the debugger should take you to the appropriate line that is the culprit. There are various reasons for this. Some are writing to a bad memory location, deleting an uninitialize pointer, double delete etc...

Also, rebuild all would be a suggestion. Sometimes, VC++ fubars the compile but a rebuild all is usually the remedy.

matt
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top