Advertisement

Problom with auxDIBImageLoad

Started by November 03, 2004 05:47 PM
2 comments, last by Harvester944 20 years, 1 month ago
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]
Advertisement
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
Thanks for the help! That should do the trick, so hopefully I won't need anymore help ;)

This topic is closed to new replies.

Advertisement