Ok, I'm still new to OpenGL and I still can't get my environment set up to compile it properly. I upgraded to vc++ 6.0, got the proper libs and everything from sgi... I still get linker errors that I don't understand. Check this out:
Compiling...
rectangle.C
Linking...
LIBCD.lib(wincrt0.obj) : error LNK2001: unresolved external symbol _WinMain@16
Debug/rectangle.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.
This looks familiar, but I'm used to working in a unix environment at the college and I'm not sure how to solve this. Any ideas would be appreciated! I guess I just don't understand why _WinMain would be an unrecognized symbol, since it is not something that I have directly called.
ps if you are on ICQ I can be reached at 3111909 if you'd be willing to help me!
[This message has been edited by AsylumX (edited 05-11-2002).]



