Advertisement

lesson 4

Started by April 28, 2010 08:48 AM
1 comment, last by ashwini_rt 14 years, 6 months ago
hii.. can any1 plz help me i cudn run that rotaion program that vc++ version which does use glut...LIBCD.lib(crt0.obj) : error LNK2001: unresolved external symbol _main..this is the error i'm getting..what are all the external resources i need f or that rendering context..s der any1 to help me..
Unresolved external means that the function is not in any of your cpp files, or libraries that are included in the project.

You do not have a main function.

glut requires a main function.

You are probably compiling it as a windows 32 application.

Compile it as a console application.

Those are the ideas I have anyways.

Good luck.
Advertisement
hii.. thanku now i tried as win32 application i got the output....

This topic is closed to new replies.

Advertisement