Irrlicht 0.14.0 and build Irrlicht.DLL
Irrlicht 0.14.0 and build Irrlicht.DLL
I use irrlicht sdk 0.14.0 and etcaptor visual editor. I don't build example. I don't build irrlicht.dll from sources [lib and a]
I'm sorry, I don't quite understand what you're asking.
New RF2 website at: http://realityfactory2.sourceforge.net/
Irrlicht.dll
What build file Irrlicht.dll for sources. I use dev-cpp.
#pragma comment(lib, "Irrlicht.lib")
this command build Irrlicht.dll? but i write up command and in my project folder isn't irrlicht.dll
#pragma comment(lib, "Irrlicht.lib")
this command build Irrlicht.dll? but i write up command and in my project folder isn't irrlicht.dll
he's using devc++; the MSVC dll won't work for him.
You gotta use the devc++ dll or compile the engine yourself.
Please follow this tutorial:
http://irrlicht.sourceforge.net/tut_devcpp.html
and there are several branches of how to compile the dll with devc++ here in the forums; you'll find them by using the search function.
You gotta use the devc++ dll or compile the engine yourself.
Please follow this tutorial:
http://irrlicht.sourceforge.net/tut_devcpp.html
and there are several branches of how to compile the dll with devc++ here in the forums; you'll find them by using the search function.
I would hate to be a bubble buster but the tutorial says :
I am also using the version he is using and surprise surprise that folder does not exsist where it claims to. however you could suggest to him to download the older version to retrieve the needed file unless that would cause errorFor release 0.3, we can find the files we need in "irrlicht-0.3\lib\DevCpp. There are three files of interest:
libIrrlicht.a -- the Irrlicht library
libjpeg.a -- the Independant JPEG group library
libz.a -- the zlib compression library