I've upgraded VisualStudio2005 project to 2008.

1) Error:
>..\..\MSDK\MEngine\Sources\MLevel.cpp(33) : fatal error C1083: Cannot open include file: 'MLog.h': No such file or directory

Change
#include <MLog.h>
to
#include "../Includes/MLog.h"

2) In the project add MLog.h to MEngine/Includes.

3) In the project add MLog.cpp to MEngine/Sources.

After these steps, everything compiled and working.

2

(3 replies, posted in Bug report)

anael wrote:

you have to clic on "Ok to Quit"

Thanks, that worked.

So close button on window's title has no effect.
Also the player exits only on Esc.

3

(3 replies, posted in Bug report)

Can't close Maratis' main window in Windows 7.
After Ctrl+Q shows 'OK to Quit', but does not quit.