Hello
I am having a problem with Irrlicht. I am trying get it to run correctly except it won't let me do that. I have written the code and done the required linking and that does not work.
I also get the HelloWorld example .sln file and compile it. It compiles alright, yet when I try to run it, it comes up with 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.
It also has a yellow arrow on the left hand side pointing at the line with this on it.
I only have the 0.8 version on my computer.
A while ago I tried it with the 0.7 version and the same thing happened. But the 0.7 version is long gone from my computer
To make your life even easier, if you're re-compiling the Irrlicht engine add these 3 lines to the project setting "Build Events -> Post-Build Event"s for All Configurations -