Problem with Irrlicht 0.7 DLL

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
Shai-Tan
Posts: 15
Joined: Fri Sep 10, 2004 8:37 pm

Problem with Irrlicht 0.7 DLL

Post by Shai-Tan »

Hi, I've posted already about this problem before, I'm wondering if anybody else had it? Anybody who just got a new copy of the Irrlicht (after sept 25)

I get the following error when I run Tutorial 1 :

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.

A possible cause was : Compiler uses an old DLL version. I'm trying this engine on a college computer. This computer never had this engine installed before. It deletes any installations with each restart. I get the same error again. I believe the problem is in irrlicht0.7.zip - A wrong DLL ?

Any input from devs would be appreciated :)
Shai-Tan
Posts: 15
Joined: Fri Sep 10, 2004 8:37 pm

I found the problem

Post by Shai-Tan »

I found the error :

\irrlicht-0.7\bin I always used the dll from DevCpp that one is either old or corrupted
but if you use the file from VisualStudio it works fine.

What DevCpp is for than ?
bal
Posts: 829
Joined: Fri Jun 18, 2004 5:19 pm
Location: Geluwe, Belgium

Post by bal »

It's a dll, compiled with DevCpp which is a editor/compiler like VisualStudio.
General Tools List
General FAQ
System: AMD Barton 2600+, 512MB, 9600XT 256MB, WinXP + FC3
Post Reply