Page 1 of 1

How to setup Irrlicht?

Posted: Tue Feb 05, 2008 8:17 pm
by trigun506
I need help I do not know how to set up Irrlicht 3D Engine, If someone would post here or add me on MSN trigun506@yahoo.com or yahoo messenger trigun506

Posted: Tue Feb 05, 2008 8:21 pm
by JP
Read the tutorials provided with the SDK or look at the larger number tutorials on the main webpage that also tell you how to setup irrlicht with a number of IDEs.

Posted: Tue Feb 05, 2008 8:23 pm
by saigumi
The most common IDEs and compilers to set up Irrlicht in is covered in the basics tutorial.

http://irrlicht.sourceforge.net/phpBB2/ ... l+irrlicht

Posted: Tue Feb 05, 2008 8:25 pm
by trigun506
Ok, it tells me how but i'm using VC++ 2005 Express Edition and I downloaded DirectX 9 SDK and Windows Platform SDK, and I do not know how to link to a compiler zzz.

Posted: Tue Feb 05, 2008 9:44 pm
by hybrid
You won't get anything from Irrlicht without being able to compile your application. So learn C++ and using your compiler first, then try to go through the tutorials.

Posted: Wed Feb 06, 2008 1:05 pm
by rogerborg
To get you started, if you open

[your Irrlicht install]\irrlicht\examples\BuildAllExamples.sln

then that'll open all of the examples in VC.

Knowing that ".sln" is a MSVC "solution" file is just one of the many, many things that you're going to have to learn if you want to achieve anything.

Posted: Wed Feb 06, 2008 2:45 pm
by hybrid
[sarcasm]However, trusting in any M$ app having a solution is pretty weird[/sarcasm] :lol:

Posted: Wed Feb 06, 2008 4:51 pm
by rogerborg
I'll reply with a thousand words:

Image