Advertisement

Glaux.lib

Started by August 01, 2006 04:23 AM
2 comments, last by Kazade 18 years, 3 months ago
Hi im using Code Blocks IDE and i dont have the Glaux library,could you say me where can i find it for download?
I'm assuming you have downloaded it with included MinGW compiler and that you have source file with some #pragma ... "glaux.lib" or gets linker errors.

I've got code::blocks installed with separately installed MinGW compiler but that should be same as Codeblocks wit MinGW. MinGW contains libraries in lib*.a format Glaux is in lib\libglaux.a. to add it go to menu project\build options switch to linker tab and click add and select file or write only "glaux" in file path field (works in nightly builds)

hope this is what you're looking for.
Advertisement
From what I understood is that the glaux library is mostly obsoleet.

You're better of writing your own function, or pick another library.

trust me
Next time I give my advice, I'll buy some bubblegum so I won't your kick ass!
glaux is totally obsolete now, don't use it!

We are in the process of rewriting the Nehe tutorials, the new versions will not use it. Until then check out this thread.
Member of the NeHe team.

This topic is closed to new replies.

Advertisement