The Frequently Asked Questions
Probably a dumb question, but....
...i'm having real trouble getting anything to work in Dev C++. Specifically, I can't find the three libraries that I'm supposed to use for compiling/linking. I don't know if this is just somewhere on the site that I'm not finding, or there's some other reason, but I could really use some help.
Thanks in advance.
Thanks in advance.
Windows Window Icon
Under windows, it's not very obvious how to change the icon that Irrlicht displays in the main window title bar. By default, Irrlicht loads the file "irr.ico" from the same directory that the executable is running from.
The icon shown in the windows explorer is stored inside the exe as a binary resource as usual.
I'm assuming there will be a device->setWindowIcon() in some future irrlicht release? Storing the irr.ico with the exe is the only way I know to set the icon for irrlicht's default window.
The icon shown in the windows explorer is stored inside the exe as a binary resource as usual.
I'm assuming there will be a device->setWindowIcon() in some future irrlicht release? Storing the irr.ico with the exe is the only way I know to set the icon for irrlicht's default window.
I've had a problem with loading x files from blender for a while. I thought it was with the normals, but turns out eveything looks nice when I enable ambient lighting!
Code: Select all
ILightSceneNode *mainLight = info->smgr->addLightSceneNode(camera, vector3df(10000,1000,0), SColorf(1.0f, 1.0f, 0.0f, 1.0f), 10000.0f);
SLight &slight = mainLight->getLightData();
slight.AmbientColor = SColorf(0.5,0.5,0.5,0.5);
It's been long since I ever used Relo. I decided to take the tuts down since Codeblocks became a more complete IDE, hence a better alternative. I dunno if Relo2 fixed the adding lib folders problem, I haven't checked it.
But anyway, i think I also erased the tuts from my drives so there's no trace of them at all. Maybe my scrap notes of them; let me try to find them....
found it! How to compile the Irrlicht dll with Relo and the msvctoolkit 2003:
http://afecelis.gdlib.net/Irrlicht/Relo ... piling.dat
If I find anything else I'll link it here.
But anyway, i think I also erased the tuts from my drives so there's no trace of them at all. Maybe my scrap notes of them; let me try to find them....
found it! How to compile the Irrlicht dll with Relo and the msvctoolkit 2003:
http://afecelis.gdlib.net/Irrlicht/Relo ... piling.dat
If I find anything else I'll link it here.
sure! It's the tutorial that replaced Relo:
http://irrlicht.sourceforge.net/tut_codeblocks.html
Codeblocks is more versatile on adding folders.
might be a bit outdated but still works ok. You'll need the Msvc toolkit2003 which is no longer available from MS so I hope you got a backup of it somewhere
http://irrlicht.sourceforge.net/tut_codeblocks.html
Codeblocks is more versatile on adding folders.
might be a bit outdated but still works ok. You'll need the Msvc toolkit2003 which is no longer available from MS so I hope you got a backup of it somewhere
I'm not sure to understand what you bean by "is the engine dead". Irrlicht is constantly in development; probably not at the speed you'd wish since Niko is its only developer but new versions are released in a very reasonable spectrum of time. About creating a decent game level, it's all up to you and how much dedication and time you put into creating it. Irrlicht can handle lots of formats that let artists be creative with a wide range of tools that go from blender to 3dsmax or Giles and Wings3d. Irrlicht can handle almost anything you throw at it at very decent frame rates.
Sorry It's just that your making all the ways of compiling it so people can start developing sound old, so I figured there was a new one, if codeblocks is the best current version and the Msvc toolkit2003 is no longer available from Microsoft is there a place I can get it (I'm sure that will be a frequently asked Q)