linking problems

i get the following error
LIBCD.lib(wincrt0.obj) : error LNK2001: unresolved external symbol _WinMain@16

Originally posted by nadrox:
[b]i get the following error
LIBCD.lib(wincrt0.obj) : error LNK2001: unresolved external symbol _WinMain@16

[/b]

i assume u are using VC++ when u create a project create a console application and link the opengl libraries.

enjoy
happy programming

Hi,

It’s simple :

“Alt-F7”
“Link”

Change “subsystem:/console” by “subsystem:windows”