opengl32.lib

Hi!

I use Borland C++ Builder 1.0 but it only supports OpenGL 1.0, so I can’t use a lot of OpenGL commands. If there is someone using a newer version of the Builder which supports OpenGL 1.1, then please send me the file opengl32.lib and the header files via e-mail. I guess that will solve the problem. My address is davidgabor@mailcity.com.

Thanks
dav

You can download the lastest extensions header from sgi, and you can construct your libs from opengl32.dll and glu32.dll using implib (I think that’s what Borland called it). And I don’t know what compiler version comes with Builder 1.0, but I know OpenGL headers and libs are part of Borlands free 5.0 compiler release.

[This message has been edited by DFrey (edited 02-07-2001).]

Thanks for the fast reply. I still have some problems, but I’m working on it.

dav

Here is a page that perhaps can be of some use: http://www.gnt.net/~heiman/

Another and perhaps better solution is to use the free compiler instead.