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...
trouble with irrlicht.dll
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
work through the first few tutorials
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
work through the first few tutorials