Problom with auxDIBImageLoad
Well, I tried searching the forums, but nobody seemed to be having the same problom as I am. When I try and compile NeHe's lesson #6, I get an error that I don't know how to fix, so maybe you guys can help. Originaly, I had this error on this line of code(I am using dev-c++) :
AUX_RGBImageRec *LoadBMP(char *Filename)
syntax error before "*" token
I managed to fix that problom with a typedef struct that I found in these forums, but I can't find one for the next problom I get, which is on this line of code :
return auxDIBImageLoad(Filename);
auxDIBImageLoad undeclared (first use this function)
I thought that these were both a part of the glaux librarys,
but I have been trying not to use that library because I read that glut is used more often now. If you guys can help, I would greatly appreciat it, thanks
try anyone of these treads that has been up the last few weeks.
problem with lesson 6
Gluax Replacement Code
[Edited by - lc_overlord on November 4, 2004 10:39:37 AM]
problem with lesson 6
Gluax Replacement Code
[Edited by - lc_overlord on November 4, 2004 10:39:37 AM]
www.flashbang.se | www.thegeekstate.com | nehe.gamedev.net | glAux fix for lesson 6 | [twitter]thegeekstate[/twitter]
Quote: Original post by lc_overlord
try anyone of these treads that has been up the last few weeks.
problem with lesson 6
Gluax Replacement Code
Corrected your second link.
Enigma
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement