error
I took lesson 10 tutorial from nehe and run the programm in borland C++, had an error like the following..what does it mean?
Linker Error] Unresolved external ''auxDIBImageLoadA'' referenced from C:\DOCUMENTS AND SETTINGS\ÞEBNEM AKBULUT\DESKTOP\LESSON10_BCB6\LESSON10.OBJ
how can I solve it?
You need the GLAUX Librarys! I don''t know where to download them...but if you search with google you will sure find it.
October 01, 2003 08:23 PM
At the beginning of the program, write this:
#pragma comment(lib,"glaux.lib"
All "is" is is "is"
#pragma comment(lib,"glaux.lib"

All "is" is is "is"
October 01, 2003 08:25 PM
Sorry about the smiley - put a parantheses ) after the last qoute "
All "is" is is "is"
All "is" is is "is"
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement