First OpenGL problem

Started by
9 comments, last by Jeff D 22 years, 6 months ago
quote:Original post by phueppl1
You have to create a normal Win32 Console Application, not the Dos Console thingy.... (unless you''re working with glut, which you''re obviously not..)

The code Jeff D posted should reside in a "Win32 Application", *not* a "Win32 Console Application" (and MSVC++ can not compile DOS apps, so there is no way to create a ''Dos Console thingy'' (unless it''s a really old version of MSVC++).

Besides, had the project type been the problem the error would more likely have been something like:
"OpenGLWA1.obj : error LNK2001: unresolved external symbol _main"

This topic is closed to new replies.

Advertisement