View Full Version : linking problems
i get the following error
LIBCD.lib(wincrt0.obj) : error LNK2001: unresolved external symbol _WinMain@16
Originally posted by nadrox:
i get the following error
LIBCD.lib(wincrt0.obj) : error LNK2001: unresolved external symbol _WinMain@16
i assume u are using VC++ when u create a project create a console application and link the opengl libraries.
enjoy
happy programming
Leyder Dylan
01-01-2002, 12:14 AM
Hi,
It's simple :
"Alt-F7"
"Link"
Change "subsystem:/console" by "subsystem:windows"
Powered by vBulletin® Version 4.2.0 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.