I need some Irrlicht/Dev-C++ help

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
themajor
Posts: 2
Joined: Wed Oct 24, 2012 8:20 am

I need some Irrlicht/Dev-C++ help

Post by themajor »

Sorry if I posted in the wrong place.
I am using Irrlicht 1.8.0 and Dev-C++5.4.1. I followed this tutorial "http://irrlicht.sourceforge.net/tut_devcpp.html" to get Irrlicht setup, but when but when I compile and run the tutorial file it get's hung up on "Matrix4.h" and then stops responding. it's the same when I open the project back up.

I was able to get Irrlicht to run fine on VS C++2010 but I would rather not use that program.

can someone help me please?
Thank you for your time.
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Re: I need some Irrlicht/Dev-C++ help

Post by hybrid »

Use code::blocks instead
Mel
Competition winner
Posts: 2293
Joined: Wed May 07, 2008 11:40 am
Location: Granada, Spain

Re: I need some Irrlicht/Dev-C++ help

Post by Mel »

Dev C++ isn't worth. I started using it, and ended hating it. Use Code::Blocks better
"There is nothing truly useless, it always serves as a bad example". Arthur A. Schmitt
LordJonas
Posts: 9
Joined: Thu Apr 18, 2013 2:28 pm

Re: I need some Irrlicht/Dev-C++ help

Post by LordJonas »

Follow the same advice: user Code::Blocks instead... DevC++ is not a full edge IDE and it has some major problems to solve...
themajor
Posts: 2
Joined: Wed Oct 24, 2012 8:20 am

Re: I need some Irrlicht/Dev-C++ help

Post by themajor »

Ok thanks guys.
Post Reply