can Anybody tell me, how to resolve a trouble debug assert fail?
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
-
I make a program in window 95, In this environment it runs. Now I have took it to windows Millenium but when i run, it gives me a error "Debug Assertion faif, file: barstat.cpp, line 266". I have made a packet but it does not run. thank in advances.
Simply look in barstat.cpp at line 266. The expression within ASSERT() (or similar) at that line evaluates to false running under ME, not in Windows95. Or even easier: open in MS VC++, place somewhere before barstat.cpp 266, and trace the value of the expression.