Page 1 of 1

Error using latest cegui version

Posted: Thu Mar 17, 2005 04:28
by krithigal
I am using the latest cegui version 0.2.0 and latest ogre version.
I am unable to compile this project successfully. It is giving the following error.


Linking...
MSVCRTD.lib(wcrtexew.obj) : error LNK2001: unresolved external symbol _wWinMain@16
Debug/CEGUIOgre_TestDriver1.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.
Creating browse info file...

CEGUIOgre_TestDriver1.exe - 2 error(s), 95 warning(s)


Pl let me know whethre I can send you the code zip if required?.

Pl. let me know the changes required so that I can resolve this error.



Looking forward to hear from you


regards
krithiga

Re: Error using latest cegui version

Posted: Thu Mar 17, 2005 05:06
by tawraven
the latest version of Ogre contains CEGUI. All you need to build is Ogre or download the precompiled SDK. Then check out the sample code for the GUI project.

tawraven

Re: Error using latest cegui version

Posted: Thu Mar 17, 2005 07:46
by Guest
I think it's the same problem as this one :
http://www.cegui.org.uk/modules/newbb/v ... st_id=3500

--
ChrisKang

Re: Error using latest cegui version

Posted: Thu Mar 17, 2005 19:31
by CrazyEddie
I have no idea what the cause is, though anything involving main() or winMain or anything of that nature usually indicates a project configurtaion error for the client app; so I suggest that you check, double-check, and then check again the full config of your app.

CE.