Advertisement

linking problem

Started by March 18, 2003 06:55 PM
1 comment, last by kingpet 21 years, 11 months ago
I just installed VC++ and tried to get NeHe lesson working on it I followed his direction of adding OpenGL32.lib GLu32.lib GLaux.lib into the library modules however im still getting 2 link errors LIBCD.lib(crt0.obj) : error LNK2001: unresolved external symbol _main Debug/Lesson1.exe : fatal error LNK1120: 1 unresolved externals Error executing link.exe. can someone help? (btw im running VC version 6 sp4)
When you create a new project choose Win32 Application not Win32 Console Application.
Advertisement
hehe thanks ^^;

This topic is closed to new replies.

Advertisement