Glaux library

i am having trouble writing code for texture mapping. I have the glaux library and the header but every time i try to use it, it respondes by saying “Could not find Glaux.dll”. So i was wondering where i could find just the dll for the glaux library.

What compiler are you using?
You may not be linking to the .lib files correctly. You need to make sure you do not have the compiler set to link for outside dll’s files.

Originally posted by userdefined:
i am having trouble writing code for texture mapping. I have the glaux library and the header but every time i try to use it, it respondes by saying “Could not find Glaux.dll”. So i was wondering where i could find just the dll for the glaux library.

Originally posted by nexusone:
[b]What compiler are you using?
You may not be linking to the .lib files correctly. You need to make sure you do not have the compiler set to link for outside dll’s files.

[/b]

well i am using devc++