Hi, I’m getting started with OpenGL coding, and right now I’m working in MS Win 98. I’m using MSVC++ 6 for my compiler.
Here’s the problem. I have this really basic program, it’s an example from a text. When I compile it with g++ in linux, it works fine. I can compile and build it in windows also. But when I go to exectue the program, it gives me this error message:
“This Program has performed an illegal operation and will be shut down. If the problem persists, contact the program vendor”. And the details, “OPENGLTESTS caused an invalid page fault in module GLUT32.DLL at 0167:10005456”
I was wondering, was it my program, the OpenGL libraries, or the OpenGL headers?
The book I’m reading is “OpenGL Prorraming Guide, 3rd Edition” by the OpenGL ARB, and it has about 4 authors. Any suggestions?? Thanks for your time.
–Bryan