Lesson 31 Bug? or Stupidness?

Started by
0 comments, last by bjz 21 years ago
Hey I was wondering if anyone else has tried to convert the lesson 31 to a screen saver? Everything works fine but for some reason it always fails to load model. If i take the exact same code and use it in a regular WinMain exe it works fine. I am by no means a debugging expert but I believe the problem is in this line. ifstream inputFile( filename, ios::in | ios::binary | ios::nocreate ); in loadModelData(). I have verified the model path is correct by replacing 'filename' with an exact path. Any assistance appreciated. [edited by - bjz on April 20, 2003 12:34:42 AM]
Advertisement
Any insight to my problem?

This topic is closed to new replies.

Advertisement