Hiya all

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
Hotshot2005
Posts: 6
Joined: Sun Jun 19, 2005 2:04 pm

Hiya all

Post by Hotshot2005 »

Hiya all...

I am new here...this Irrlicht Engine is very good but I get the error saying
"Entry point not found"...I think that I havnt put some library of Irrlicht in parameters.

is there picture on Irrlicht website showing me step by step on how to put Irrlicht library Engine in parameters?

cheers...
I am deaf person and give me break(and have a kitkat lol)
Ronin
Posts: 116
Joined: Wed Mar 03, 2004 6:23 pm
Location: Germany

Post by Ronin »

Make sure you have the irrlicht.dll in the same directory with the exe file of your application...
YASS - Yet Another Space Shooter - www.yass-engine.de
Hotshot2005
Posts: 6
Joined: Sun Jun 19, 2005 2:04 pm

Post by Hotshot2005 »

Yes I have done that but I still get the error

Here the error that I have recived

Image

can anyone help me with this problem

cheers
I am deaf person and give me break(and have a kitkat lol)
afecelis
Admin
Posts: 3075
Joined: Sun Feb 22, 2004 10:44 pm
Location: Colombia
Contact:

Post by afecelis »

then you're using the wrong version of the dll: there's an msvc dll, a .net dll and a devc++ dll. According to the compiler you used to create your exe you must use the adequate dll.

look for them in the "bin" folder
Hotshot2005
Posts: 6
Joined: Sun Jun 19, 2005 2:04 pm

Post by Hotshot2005 »

thanks for help :)

yep it is working now

I just looking at Hello world example and it got character showing the screen....very exciting indeed.....and now I going to learn it....

cheers
I am deaf person and give me break(and have a kitkat lol)
Post Reply