If I understand your question, which I am somewhat dubius that I do, it sounds like you are saying that you have a mismatch between what you are trying to link, and the libraries you have available.
You might get a bit further in getting an answer if you take your time and say exactly what you did and what error messages you are receiving.
Wayne
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Sounds like you link against a lib that's only some kind of loader code for a dll. So you would need a .a file (your lib) and a corresponding .dll file that the application will load and use during runtime. Search your system for glaux.dll or download it, copy it to your programs folder (or system folder) and everything will be well.
Another way would be to obtain or compile a static lib. Linking against this lib you wouldn't need a dll.
Bye!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
when I link glaux library, and running my soft, i'm getting message that i didn't have glaux.dll. but it hasn't never existed that kind of library.
If I understand your question, which I am somewhat dubius that I do, it sounds like you are saying that you have a mismatch between what you are trying to link, and the libraries you have available.
You might get a bit further in getting an answer if you take your time and say exactly what you did and what error messages you are receiving.
Wayne
Sounds like you link against a lib that's only some kind of loader code for a dll. So you would need a .a file (your lib) and a corresponding .dll file that the application will load and use during runtime. Search your system for glaux.dll or download it, copy it to your programs folder (or system folder) and everything will be well.
Another way would be to obtain or compile a static lib. Linking against this lib you wouldn't need a dll.
Bye!
ok,I compiled my program which use opengl, glu and glaux libraries.
when i'm running it (my program) windows says me that I haven't glaux.dll.
Yeah, so what to do if you haven't got glaux.dll??
Get it! :-)
There is on glaux.dll...
If you don't have glaux.dll, don't use it, it's buggy and old...
Toni