trouble with irrlicht.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
emre2345
Posts: 37
Joined: Mon Jul 09, 2007 7:02 pm

trouble with irrlicht.dll

Post by emre2345 »

Hi everyone. I am new to irrlicht and to this forum. I need help about irrlicht.dll

#pragma comment(lib, "Irrlicht.lib)
i wrote this but when i want to compile program, it gave a warning like this:

Cause Irrlicht.dll can't be found, program couldn't be compiled. Loading(or installing) can solve the problem.

i couldn't find the cause of problem, i'm waiting answers, thank you all...
skelli
Posts: 20
Joined: Sat Jul 07, 2007 7:07 pm

Post by skelli »

make sure you have the irrlicht.dll in your project folder.
if its not there it cant access the irrlicht library

depending on how u set up irrlicht
go to -> irrlicht folder-> bin -> win32 visual studio ->and copy the irrlicht.dll file there into your visual studio project folder it should work then :D

work through the first few tutorials :wink:
catron
Posts: 158
Joined: Mon Feb 19, 2007 1:54 am

Post by catron »

or Win32-gcc folder for Dev-cpp and code::blocks
Post Reply