Need GLU 1.3 headers and libs for Windows

Hi!
Microsoft VS .NET 2003 has GLU only version 1.2
I need version 1.3.
Please, tell me, where I can find GLU 1.3 headers and lib files?
It seems that Microsoft doesn’t have it…

Unfortunately MS has not updated GLU for quite a long time. If you want to use a newer version you can build your own from the open source.

A quick google search found this:

http://ee.1asphost.com/vmelkon/glu.html

which seems to be what you want.

Note, its not a good idea to replace the version of any DLL in the windows folder, so if you want to ship with this DLL you will want to drop it into your executable folder. Or, just statically link the functions you need right into your application.

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.