shodannick
04-07-2004, 06:47 PM
I'm doing an OpenGL game and i can't compile my code because of a linkage error i'm getting.
The code compiled many times before and worked flawlessly, but i modified some stuff, and now its just that 1 link error.
"supfile.obj : error LNK2001 : unresolved external symbol _auxDIBImageLoadA@4"
I use a function called "auxDIBImageLoad(LPCTSTR)" and it used to work just fine. This function is in <gl\glaux.h> and i am importing it in this file.
Someone please tell me what is wrong.
The code compiled many times before and worked flawlessly, but i modified some stuff, and now its just that 1 link error.
"supfile.obj : error LNK2001 : unresolved external symbol _auxDIBImageLoadA@4"
I use a function called "auxDIBImageLoad(LPCTSTR)" and it used to work just fine. This function is in <gl\glaux.h> and i am importing it in this file.
Someone please tell me what is wrong.