Page 1 of 1

trouble with irrlicht.dll

Posted: Mon Jul 09, 2007 7:33 pm
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...

Posted: Mon Jul 09, 2007 7:42 pm
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:

Posted: Sat Jul 14, 2007 4:13 am
by catron
or Win32-gcc folder for Dev-cpp and code::blocks