I'm having a little trouble getting opengl to work with visual c++ 6.0. I made sure to link the correct files under project->settings. I also went checked through the folders and made sure all the libraries and header files were in place. But, whenever I compile something short like:
I get the errors:Code:#include <windows.h> // Header File For Windows #include <gl\gl.h> // Header File For The OpenGL32 Library #include <gl\glu.h> // Header File For The GLu32 Library #include <gl\glaux.h> // Header File For The Glaux Library
LIBCD.lib(wincrt0.obj) : error LNK2001: unresolved external symbol _WinMain@16
Debug/opengl test.exe : fatal error LNK1120: 1 unresolved externals
Anyone have any idea what these errors mean? I tried searching for them, but came up with nothing.



LinkBack URL
About LinkBacks


