compile GOOF error!

czaoth

12-11-2007 03:49:47

Hi,

I am trying to compile the Goof sources and run the GoofED, however I get a run time error on this line:

CEGUI::SchemeManager::getSingleton().loadScheme((CEGUI::utf8*)"WindowsLook.scheme");

This is the error:
Run-Time Check Failure #0 - The value of ESP was not properly saved across a function call. This is usually a result of calling a function declared with one calling convention with a function pointer declared with a different calling convention.
Any help is appreciated.

bibiteinfo

12-11-2007 04:14:11

which goof version are you using and which CEGUI version?

For the GOOF from CVS, you should use CEGUI 0.4

The windowsLook.Scheme is a problem with dependecies if I remember correctly.