Where can I find OGL libs?
For some reason I am missing the glaux lib, and therefore I get lots of errors on stuff that is not recognized. Where can I get this library? I already have gl and glu, just need this one.
Thnx.
Will J
Will J
Although it doesn''t answer your question: GLaux is not and never was part of OpenGL. It is deprecated, broken, and non-portable. I highly advise you to find a way around using it. Many of NeHe''s tutorials are old and, never having been updated, still use GLaux; skip to tutorial twenty-something to see a demonstration of loading textures by hand.


Hmm. All those tuts look pretty complex. Does anyone know other ways to load/display a texture or a place where I can find suitable tuts?
And btw, does this mean that all of NeHe''s tuts from now on will be either useless or require heavy modification?
And btw, does this mean that all of NeHe''s tuts from now on will be either useless or require heavy modification?
Will J
quote:
Original post by Will J
Hmm. All those tuts look pretty complex. Does anyone know other ways to load/display a texture or a place where I can find suitable tuts?
And btw, does this mean that all of NeHe''s tuts from now on will be either useless or require heavy modification?
No. They are not useless, but the earlier ones should really be updated... The ones using glaux, at least... NeHe only really uses glaux for loading textures, and he has other tutorials which tell you how to do it without glaux..
quote:
Original post by Will J
For some reason I am missing the glaux lib, and therefore I get lots of errors on stuff that is not recognized. Where can I get this library? I already have gl and glu, just need this one.
Thnx.
Will J
The dll or the headder file?
you can get the dll off my site''s download section http://decoder.dk/prog/download/
& btw if you joust use glaux.h for image loading I''d suggest you lookint either DevIL or NeHe''s lpicture
/Please excuse my bad spelling - My native language is binary not english
|Visit me
\Take my advice - I don''''t use it...
/Please excuse my bad spelling - My native language is binary not english|Visit meTake my advice - I don''t use it...
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement