looking for openGL kit for win 98 & VC

I’m looking to dounload a working vesion of opengl for windows 98 and MicroSoft Visual C,C++,MFC. The kit I dounloaded from this site gives me meny errors on missing simbols.
please advice…
Aviv

Hi !

Windows98 already has OpenGL installed, you do need the import libraries though to use it, but to give you any help you must be a little more specfic, what compiler are you using and what kind of error messages do you get ?

Mikael

Add #include <gl/gl.h> to your source files.
In project settings, go to the linker tab and add opengl32.lib to the list under ‘Object/library modules’.

Microsoft Visual C comes with the base openGL library’s, just need to add them to your linker settings. Reinstall the library’s from you Visual C++ CD, and use them.

Originally posted by Aviv:
I’m looking to dounload a working vesion of opengl for windows 98 and MicroSoft Visual C,C++,MFC. The kit I dounloaded from this site gives me meny errors on missing simbols.
please advice…
Aviv