Win8/WP8 compiler errors

Monkey Targets Forums/Windows 8/Win8/WP8 compiler errors

LinderBoss(Posted 2013) [#1]
Hi,

I'm new to Monkey and trying to run my game prototype on Windows 8 and Windows Phone 8 but VS2012 hit me with:

Error 1 error C2039: 'Loaded' : is not a member of 'gxtkSurface' <...>.build\win8\monkeygame.cpp 111070 1 MonkeyGame
Error 2 error C2664: 'c_IntObject::m_new' : cannot convert parameter 1 from 'void' to 'int' <...>.build\win8\monkeygame.cpp 251740 1 MonkeyGame

I tryed Monkey 74a and 75d with the same results.

I'm using Mojo and Diddy from its repository.

I'm not familiar with the internal Monkey translation stuff yet so maybe someone could point me in the right direction...

Thanks,

LinderBoss