Quote:
Originally Posted by Duck
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.