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.
I need some Irrlicht/Dev-C++ help
-
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
Use code::blocks instead
Re: I need some Irrlicht/Dev-C++ help
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
Re: I need some Irrlicht/Dev-C++ help
Follow the same advice: user Code::Blocks instead... DevC++ is not a full edge IDE and it has some major problems to solve...
Re: I need some Irrlicht/Dev-C++ help
Ok thanks guys.