Hello! I want to use Glaux.h in my OpenGL programs. i tried to link glaux.a /*or sthing like this*/ in the Project Options->Linker: i wrote -lopengl32 -lglu32 -lglaux /*or -lglaux32*/. The compiling and linking is ready, but when i want to run the program, i always get an Error Message: "Couldn' t find a necessary DLL: glaux.dll".
Could anybody help me?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello! I want to use Glaux.h in my OpenGL programs. i tried to link glaux.a /*or sthing like this*/ in the Project Options->Linker: i wrote -lopengl32 -lglu32 -lglaux /*or -lglaux32*/. The compiling and linking is ready, but when i want to run the program, i always get an Error Message: "Couldn' t find a necessary DLL: glaux.dll".
Could anybody help me?
Get dev v4960 & minGW.
Here is a link to help with that. https://sourceforge.net/forum/message.php?msg_id=1757948
Have any questions please come back here and ask, i will get to it as soon as i can.
Why do you need Glaux? BTW, GLaux is static library, there is no glaux.dll.
Toni