Irrlicht 1.7.2 im 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
tylergriffiths
Posts: 2
Joined: Sat Feb 05, 2011 4:53 pm

Irrlicht 1.7.2 im Dev-C++

Post by tylergriffiths »

Can anyone help me?

I've tried to use Irrlicht 1.7.2 in Dev-C++, but couldn't find the library files as described in the tutorial
http://irrlicht.sourceforge.net/tut_devcpp.html

BTW, I'm using Vista, if that's any use.
Sylence
Posts: 725
Joined: Sat Mar 03, 2007 9:01 pm
Location: Germany
Contact:

Post by Sylence »

Switch to Visual Studio or Code::Blocks. Dev-C++ is dead
Software documentation is like sex. If it's good you want more. If it's bad it's better than nothing.
tylergriffiths
Posts: 2
Joined: Sat Feb 05, 2011 4:53 pm

Post by tylergriffiths »

Does that mean it's impossible to use it in Dev-C++?
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

Pretty much, yes. There are so many problems due to outdated headers and compilers in dev-cpp that it does not really make sense. code::blocks is really not that different to use.
Burns
Posts: 26
Joined: Fri Jul 16, 2010 12:10 am
Contact:

Post by Burns »

Devcpp/Search Updates/ selec all irrlicht updates...And you can use or build irrlicht API
pandoragami
Posts: 226
Joined: Wed Jan 26, 2011 5:37 pm
Contact:

Post by pandoragami »

Pretty much, yes. There are so many problems due to outdated headers and compilers in dev-cpp that it does not really make sense. code::blocks is really not that different to use.
Codeblocks works fine for me, although I've only been using it with irrlicht for 2 weeks now. I use the gcc compiler though.
Post Reply