can´t get tutorial 1 to run properly

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
dogzer

can´t get tutorial 1 to run properly

Post by dogzer »

i get this error:

MSVCRTD.lib(crtexew.obj) : error LNK2001: unresolved external symbol _WinMain@16
Debug/test.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe
afecelis
Admin
Posts: 3075
Joined: Sun Feb 22, 2004 10:44 pm
Location: Colombia
Contact:

Post by afecelis »

which compiler r u using?
Image
DarkWhoppy
Posts: 386
Joined: Thu Sep 25, 2003 12:43 pm
Contact:

Post by DarkWhoppy »

Looks like MSVC++ cuz of this line: MSVCRTD.lib(crtexew.obj) : (first 4 letters...) I'm just guessing though.... :-P
Programmer of the Irrlicht Scene Editor:
Homepage - Forum Thread
Version 2 on its way!!
afecelis
Admin
Posts: 3075
Joined: Sun Feb 22, 2004 10:44 pm
Location: Colombia
Contact:

Post by afecelis »

yep, and it also looks like you didn't set the directories to the DX include and lib folders, as well as to Irrlicht's Include and Lib folders.

Check the documentation, there's a tutorial on how to set your compiler to work properly.
Image
Post Reply