Problems, don't have glaux.dll
I am new to openGL and win32 programming, and have been doing the tutorials on this site with devc++. I got up until the texture mapping tutorial. It compiles fine, but i can''t run it because it says i don''t have glaux.dll. Is there somewhere i can download it, and if not, could someone give me a tutorial on how to load textures myself? thanks..
You''re in luck. There are many mirrors for glaux.dll, and there''s a good chance all will work with your program. The latter part of your statement (coming up with your own loading code) is the better solution, though. A later NeHe tutorial covers texture creation with TGA files, and you can manually expand your knowledge by visiting wotsit.org and using the file information found there to create your own texture loaders.
Getting back to the original question, glaux.dll may be found at http://www.delphivini.hpg.ig.com.br/prg/glaux.zip.
Getting back to the original question, glaux.dll may be found at http://www.delphivini.hpg.ig.com.br/prg/glaux.zip.
________________________________________________"Optimal decisions, once made, do not need to be changed." - Robert Sedgewick, Algorithms in C
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement