I followed the step by step instruction to setup Dev-C++ to use the irrlicht engine.
Then i started by trying out the tutotials. The first one (hello world) comiled well, started and did what it was inteneded to do (it said hello world
But after that i tried to go on with the next tutorial (quake3map). I have no errors when i compile but when i hit Ctrl+F10 to run the application i encounter an error:
First of all i see i black cmd like window in the back saying something about irrlicht 0.6 and the os im using (im running win xp sp2 beta build 2096). But the irrlicht engine won't start. A windows apperas but with no content. Instead of the content a littl error box says something wrong memory allocation (i think i translated it correctly). But if you can read german here is the whole error message:
---
Die Anweisung in "0x6a510c41" verweist auf Speicher in "0x5357f44". Der Vorgang "read" konnte niht auf dem Speicher ausgeführt werden.
Klciken sie OK um das Programm zu beenden.
---
Is it because i run xp sp2. Does anybody else have this problems or is something else wrong?
I put the irrlicht.dll from the devcpp folder into my system32 folder. That is right, is it? Perhaps a reboot would help..
But any help from you guys would be greatly appreciated!
MfG.Eversor