View Single Post
Old Mar 2nd, 2007, 8:04 PM   #7
Duck
Programmer
 
Join Date: Jun 2006
Location: England London
Posts: 72
Rep Power: 3 Duck is on a distinguished road
Quote:
Originally Posted by Duck View Post
What exactly is the assert error, and where does it strike?
What I mean is what is the assert msg. When you run your program in debug mode and the program kicks up an assert error, you normally get a msg box come up giving you the assert details, then you can press Abort/Retry/Cancel, if you press Retry the program will break at the assert that caused the error. Then you can see whats wrong.

You could just keep commenting out functionality until your program works to home-in on the problem. It will be something very simple.
Duck is offline   Reply With Quote