AUX_RGBImageRec missing?
HI all,
I''m going through nehe''s tutorials, and am on #6 right now. The key difference is that I''m using the NEHEGL SDL base code instead of the win32 flavor he uses in the tutorials.
Everthings been going fine up until now when I pasted in the LoadBMP function (yes I took the time to understand the code instead of just copy/pasting, but when my version of the function didn''t work, I tried his with the same error)
I get several errors, but I think they''re all connected to the following:
error C2501: ''AUX_RGBImageRec'' : missing storage-class or type specifiers
That being said, I''m unfortunately somewhat of a newbie to c++ having had most of my experience in business app development with VB6, and in the last year C#. Any help you could give me would be grand.
Thanks!
Joel Martinez
http://www.codecube.net/
AUX_RGBImageRec belongs to glAux.
It is currently obsolete and you might aswell skip ahead to lesson 33 and do the tga loding tuturial.
It''s better than the generic bmp loader since you can use RLE compressed tga files.
It is currently obsolete and you might aswell skip ahead to lesson 33 and do the tga loding tuturial.
It''s better than the generic bmp loader since you can use RLE compressed tga files.
www.flashbang.se | www.thegeekstate.com | nehe.gamedev.net | glAux fix for lesson 6 | [twitter]thegeekstate[/twitter]
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement