I have this error when I'm trying to run first tutorial. I never had any problems with irrlicht before.
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.
What is cousing it?
Problem Plz Help!
How can it be? I've downloaded the zip file of Irrlicht 0.7. I even got the copy of the old zip before the latest updates. I still have the problem.
I can't be using the headers from a different version. Lately, I re-installed my windows and it was a complete format.( Yes, I downloaded all the patches and drivers too)
Before that I had a problem that was something like.... problem with the device creation in Irrlicht.dll, but it went away after few changes in Path.
I can't be using the headers from a different version. Lately, I re-installed my windows and it was a complete format.( Yes, I downloaded all the patches and drivers too)
Before that I had a problem that was something like.... problem with the device creation in Irrlicht.dll, but it went away after few changes in Path.
The only cache that VS would keep is the compiled objecte waiting to be linked. If you run a rebuild or clean and build, those should be removed.
The most common ways that this happens is when an old DLL is tossed somewhere in the path, like c:\windows\system32 or is copied into the same directory as the binaries for your project c:\myproject\Debug\
Or conversly, if you still have the 0.6 location in you Projects Additional Directories area for the library and includes.
The most common ways that this happens is when an old DLL is tossed somewhere in the path, like c:\windows\system32 or is copied into the same directory as the binaries for your project c:\myproject\Debug\
Or conversly, if you still have the 0.6 location in you Projects Additional Directories area for the library and includes.
Crud, how do I do this again?