Very new to Irrlicht, and need help.

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
Noob to Irrlicht

Very new to Irrlicht, and need help.

Post by Noob to Irrlicht »

Hey,
I go to compile my FIRST program that is in the examples folder. 01.HelloWorld. I am using Dev-CPP, and I do everything it tells me to do. I include the needed header files, I tell the compiler where to find it and everything. I go through the tutorial, and I go to compile and it compiles fine. I go to run it and the command prompt comes up and dissapears very fast. I go to debug and it says a Access Violation has occured. I go to the main .exe in the folder, and I get a error message that looks like this:

Image


What is up with this? Is there anyway I can fix this? Any help is appreciated.

Chad.
thespongebob
Posts: 12
Joined: Fri Feb 17, 2006 11:53 pm

Post by thespongebob »

Hi Noob

You shouldn't be getting this error. This means you are linking to an 'old' (or wrong) version of the Irrlicht dll. You can take it from there. Download again and recompile ?

Make sure you read the posts before posing questions or you will get flamed. :)

Randy
Randy

MS .NET 2.0
MS C# 8
Noob to Irrlicht

Post by Noob to Irrlicht »

Hey,
I am sorry. Do I need to download the whole engine again?

Again, I am sorry for not checking. Won't happen again.



Chad.
thespongebob
Posts: 12
Joined: Fri Feb 17, 2006 11:53 pm

Post by thespongebob »

I receieved these errors when I download demos. (old dll) I don't know why you would get it. Torch it all. Everything started ok for me, right out of the box.
Randy

MS .NET 2.0
MS C# 8
luckymutt
Posts: 453
Joined: Sun Mar 06, 2005 11:56 pm
Location: C-Ville

Post by luckymutt »

Before you go a'downloadin' again...
which Irrlicht.dll are you using?
The one where the precompiled examples are?
If that is the case, then you will get that message.
You are using DevC++, so you need to use the Irrlicht.dll found in the "bin\win32-gcc" folder.
Join us in the Irrlicht chatroom:
[url]irc://irc.freenode.net/irrlicht[/url]

I love deadlines. I like the whooshing sound they make as they fly by. -D.Adams
Post Reply