Advertisement

I'm lost, please help!

Started by November 17, 2003 05:55 AM
1 comment, last by Tsun 21 years, 3 months ago
I just start learning opengl, and i''m working with Microsoft Visual C++. In fact i''m trying, i can''t compile the lesson1 of nehe. When linking, there is an error, it can''t resolve an external symbole "_main"... something like that, when linking libcd.lib. Did i forget an include or a link??? Thanks for help Tsun
you have created a console app and only provided WinMain as an entrance point, either change it to void main() or change your application type to a win32 application
Advertisement
Thanks, i''ll try.
Tsun

This topic is closed to new replies.

Advertisement