Page 1 of 1

Using Irrlicht 0.14 in Dev C++?

Posted: Mon Dec 05, 2005 9:39 pm
by NexusInteractive
Hi there! I just tried to add irrlicht to Dev C++. but I couldn't find the Devcpp library folder. So I used the gcc library, but when I try to run the example from the Dev C++ tutorial, it just opens a command window and then closes.

What am I doing wrong?

Posted: Mon Dec 05, 2005 9:56 pm
by ProSoft
Remember you must try it with OpenGL drivers, coz Irrlicht.dll isnt compiled with DX for gcc. Also, make sure your using the correct DLL ( gcc ).

Posted: Tue Dec 06, 2005 1:16 pm
by Acki
Right...
If you have the DirectX9c DevPak, you can recompile Irrlicht including DX !!!

I made a little program to do this automaticaly...
Have a look at my site 8)

Posted: Tue Dec 06, 2005 2:25 pm
by Guest
Make sure you are using the new Irrlicht.dll. Put it in your Windows\System32 folder to make sure it gets loaded.