How to setup Irrlicht?

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
trigun506
Posts: 2
Joined: Fri Feb 01, 2008 5:18 am

How to setup Irrlicht?

Post 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
JP
Posts: 4526
Joined: Tue Sep 13, 2005 2:56 pm
Location: UK
Contact:

Post 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.
Image Image Image
saigumi
Posts: 921
Joined: Fri Aug 22, 2003 11:31 am
Location: St. Louis, MO USA
Contact:

Post 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
Crud, how do I do this again?
trigun506
Posts: 2
Joined: Fri Feb 01, 2008 5:18 am

Post 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.
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post 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.
rogerborg
Admin
Posts: 3590
Joined: Mon Oct 09, 2006 9:36 am
Location: Scotland - gonnae no slag aff mah Engleesh
Contact:

Post 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.
Please upload candidate patches to the tracker.
Need help now? IRC to #irrlicht on irc.freenode.net
How To Ask Questions The Smart Way
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

[sarcasm]However, trusting in any M$ app having a solution is pretty weird[/sarcasm] :lol:
rogerborg
Admin
Posts: 3590
Joined: Mon Oct 09, 2006 9:36 am
Location: Scotland - gonnae no slag aff mah Engleesh
Contact:

Post by rogerborg »

I'll reply with a thousand words:

Image
Please upload candidate patches to the tracker.
Need help now? IRC to #irrlicht on irc.freenode.net
How To Ask Questions The Smart Way
Post Reply