I get this 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.
Error compiling tutorials
Ah, that's possible too. In this case I think this will be the reason for the problem, thanks saigumi 
The reason for the error message is that some interfaces have changed and have now more or less parameters. In this way the stack will be corrupted. This problem should no more occur in newer versions (since 0.4.1), because the engine checks if it is the right version and prints out a warning.
The reason for the error message is that some interfaces have changed and have now more or less parameters. In this way the stack will be corrupted. This problem should no more occur in newer versions (since 0.4.1), because the engine checks if it is the right version and prints out a warning.