Gluax

I use C++Builder for opengl which works fine until i was using a function from glaux

i got an unresolved external by every function i tried from glaux.

I have updated mine opengl library files several times and copied a lot of opengl library’s to my windows system map but the compiler continued giving me a unresolved external

Can anybody tell me what i did wrong in my configuration?

First did you include the glaux.h in your program?
Is the glaux.lib, in your library folder?
Is glaux.lib listed in your linker to be linked to.

What compiler are you using?
What version is it?
What is the error message (copy word for word what it says)?

Originally posted by Cyclon:
[b]I use C++Builder for opengl which works fine until i was using a function from glaux

i got an unresolved external by every function i tried from glaux.

I have updated mine opengl library files several times and copied a lot of opengl library’s to my windows system map but the compiler continued giving me a unresolved external

Can anybody tell me what i did wrong in my configuration? [/b]