HELP----error LNK2001----HELP PLEASE

Started by
0 comments, last by Squizz 22 years, 8 months ago
I get this error glbase.obj : error LNK2001: unresolved external symbol _auxDIBImageLoadA@4 I had a similiar error which someone helped me fix with this code #pragma comment( lib, "opengl32.lib" ) #pragma comment( lib, "glu32.lib" ) #pragma comment (linker, "/ENTRY:WinMainCRTStartup") #pragma comment (linker, "/SUBSYSTEM:WINDOWS") Can someone tell me what more I need to add... So I never get this problem again when programming in OpenGL... please Thnkz loads Squizz-Repaint the World
Squizz-Repaint the World
Advertisement
That function (or variable or class) it's spitting out is included within th GLaux library. Are you #including <glaux.h>, and did you add glaux.lib to your list o' libraries?

~ Dragonus

Edited by - Dragonus on August 9, 2001 9:41:56 AM

This topic is closed to new replies.

Advertisement