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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Debug Assertion Failed on win 2000

Status
Not open for further replies.

lanre

Programmer
Dec 23, 2002
2
0
0
US
When I compile and build my program on visual studio 5, i get the followind debug error when I tried to run the program.

Debug Assertion failed!
Program:G:\axPackage.exe
file:fopen.c
Line:54

Expression:*file != _T('\0')

For information on how your program can cause an assertion failure, see the Visual C++ documentation on assets.

This is strange, because, it's pointing to a called function. I can execute this program on a differnt computer with the same environment but not on my laptop.

Please Help!


 
Someone else reported this problem on VS6. It worked on W98 but not on W2K. But his problem was that he ported the program but not the file to his W2K machine.

As you are using VS5, are you running 16 or 32 bit? If it is 16, try running 32 bit. There may be a problem with the WoW stuff on W2K
 
Thanx xwb. I am currently running 32 bit.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top