Texturing

Started by
0 comments, last by MasterPiece- 21 years, 2 months ago
Ok been looking over the code time after time, but cant find what''s wrong. Prehaps its not the code.. id ont know, anyway [Linker Error] Unresolved external ''auxDIBImageLoadA'' referenced from C:\ELAJTERI\SKA TILL ADMIN\TEXTURING\TEXTURING.OBJ i get this error. And i dont know what it means.. Have a nice day ------ MasterPiece-
------ MasterPiece-
Advertisement
You most likely haven''t linked to the glaux library.

#pragma comment( lib, "glaux.lib" )

Put that in with your includes and it should work fine.

This topic is closed to new replies.

Advertisement