Prob :(

Started by
3 comments, last by Kambiz 15 years, 4 months ago
Hello i want to use OpenGL with the first lesson sources and i got this error : fatal error C1083: Impossible to open include : 'gl\glaux.h' : No such file or directory Thanks
Advertisement
download the file from the Internet...
or read this: http://www.gamedev.net/community/forums/topic.asp?topic_id=357528
glaux is deprecated, it has known memory leaks and shouldn't be used.
Try GLaux Replacement (NeHe) (broken?)
or another alternative library:
DevIL(OpenIL)
SOIL
FreeImage
GFL SDK

New NeHe tutorial are here (beta).

[Edited by - Kambiz on November 28, 2008 2:47:47 PM]
Thanks for your answers but the link you gave me are for Dev C++ and i am using VC++ :)

I tryed to add the replacement in my project and it adds more errors ! :(
Quote:Original post by Tazadar
Thanks for your answers but the link you gave me are for Dev C++ and i am using VC++ :)

I tryed to add the replacement in my project and it adds more errors ! :(

Do you mean the link to DevIL? That is just the name of the library (is was called OpenIL before), it works fine with VC++. All other libraries work also with VC++.

I have downloaded the replacement code from NeHe and it seems to be broke. So forget it. Those nehe tutorials are old. Try finding glaux somewhere to get the tutorials compiled (but don't use it for serious projects) or try the new NeHe tutorials.

This topic is closed to new replies.

Advertisement