toturial 6 and up
hi every one ... I'm learning how to create project with openGL but when I reached tuturial 6 it didn't make run correctly what I mean is when I start running the window didn't appear and message appered instead said that the initialization failed ... how can I solve this problem pleeeeeeeeeeese help me I would love to continue this totourial. I'm waiting
Please post the exact error message.
OOP Articles | C++: A Dialog (free book) | Thinking in C++ (free book) | Google Books - Free preview for many books
I'm just guessing, but there arent too many possible errors in tutorial 6, unless one likes to do something own not related to tutorial 6.
So, you're using Win32?
I guess the error is a lack of bmp file.
So make sure you have the texture to load in tutorial 6.
There is a list of downloads on the bottom of the page. Theyre mainly for those using other than Win32, but they generally have the same files. Thus, for examble Glut file has raw instead of bmp. If you fail to find a bmp file, create one your self. Basicly just draw smiley on it, name it correctly and place in correct directory.
So, you're using Win32?
I guess the error is a lack of bmp file.
So make sure you have the texture to load in tutorial 6.
There is a list of downloads on the bottom of the page. Theyre mainly for those using other than Win32, but they generally have the same files. Thus, for examble Glut file has raw instead of bmp. If you fail to find a bmp file, create one your self. Basicly just draw smiley on it, name it correctly and place in correct directory.
about the message that appear it said initilisation failed
and about the code I used that exist in the toturial itself ??
what should I do ??
and about the code I used that exist in the toturial itself ??
what should I do ??
Quote:
Original post by jovial girl
about the message that appear it said initilisation failed
We need the exact error message - word for word. Are you saying that the exact error message is "initialization failed"? Just those two words?
Quote:
and about the code I used that exist in the toturial itself ??
I don't understand what you're asking here.
I would recommend that you step through the program with the debugger to pin-point the line that causes the error. Once you've found it, post it here.
OOP Articles | C++: A Dialog (free book) | Thinking in C++ (free book) | Google Books - Free preview for many books
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement