Glaux T-error

Anyone (yes i know it’s ancient ,but i need
it)know how to link the glaux.h in Borland 5.0 c++ builder?, i put glaux.lib in correct
directory, and i include the glaux header. But i don’t know how to link it in Borland
Options, like the others do know how to link
it in Nehe tutorial 6 that i am trying to
learn. I need to know how to do it in order
to study the tutorials.Please no references
to other sites.

Any Feedback in will be greatly appreciated.

#pragma comment(lib, “glaux.lib”)

however, glaux is not known for being particularly cooperative, I’m not even sure if it works with borland

How have you linked the opengl library’s…
I don’t know borland, but it should have under the compiling menu… options: linker.
You will need to add the lib’s needed for opengl.

opengl(32).lib, glu(32).lib, and in your case glaux.lib.

Now you may need to check the lib and make sure it is not a Microsoft VC++ lib file, if it is, I think Borland has a lib conversion utility that will convert the lib from MS format to Borland

Originally posted by darketernal:
[b]
Anyone (yes i know it’s ancient ,but i need
it)know how to link the glaux.h in Borland 5.0 c++ builder?, i put glaux.lib in correct
directory, and i include the glaux header. But i don’t know how to link it in Borland
Options, like the others do know how to link
it in Nehe tutorial 6 that i am trying to
learn. I need to know how to do it in order
to study the tutorials.Please no references
to other sites.

Any Feedback in will be greatly appreciated.[/b]