Visual C++ 2008 Express

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
flim
Posts: 1
Joined: Sun Apr 20, 2008 10:09 am

Visual C++ 2008 Express

Post by flim »

I have VC++ 2008 Express, what other thing I need to compile Irrlicht?
dbest
Posts: 10
Joined: Wed Jan 02, 2008 4:45 pm

Post by dbest »

Nothing if you just want to use the built Irrlicht library. Refer to http://irrlicht.sourceforge.net/tut001.html
You have to only modify a few settings in the Project settings to include the library and the headers.

If you want to compile the Irrlicht library from source, this http://www.irrlicht3d.org/wiki/index.ph ... ngIrrlicht link should come handy.
MasterGod
Posts: 2061
Joined: Fri May 25, 2007 8:06 pm
Location: Israel
Contact:

Post by MasterGod »

DirectX SDK; and don't forget to comment out DX8 support if it isn't already commented out. (IrrCompileConfig.h)
Image
Dev State: Abandoned (For now..)
Requirements Analysis Doc: ~87%
UML: ~0.5%
rogerborg
Admin
Posts: 3590
Joined: Mon Oct 09, 2006 9:36 am
Location: Scotland - gonnae no slag aff mah Engleesh
Contact:

Post by rogerborg »

Note that you'll only need the DX SDK if you want to compile in DX9. I get by just fine with OpenGL only on Windows.
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