Using Irrlicht 0.14 in Dev C++?

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
NexusInteractive
Posts: 33
Joined: Sun Jun 26, 2005 4:41 pm

Using Irrlicht 0.14 in Dev C++?

Post 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?
Computer Specs:
AMD Duron 1.8 GHZ + 256 MB RAM + ATI Radeon 7000 Series + 20gig HDD + PCChips K7 MotherBoard
ProSoft
Posts: 59
Joined: Thu Sep 08, 2005 10:55 am
Location: Brasil

Post 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 ).
Acki
Posts: 3496
Joined: Tue Jun 29, 2004 12:04 am
Location: Nobody's Place (Venlo NL)
Contact:

Post 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)
while(!asleep) sheep++;
IrrExtensions:Image
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
Guest

Post by Guest »

Make sure you are using the new Irrlicht.dll. Put it in your Windows\System32 folder to make sure it gets loaded.
Post Reply