Is there a tutorial on how to get Irrlicht 1.7.2 working with VC++ Express 2010 anywhere? I've been at it for several hours now and no luck. The example shows how to do it for 2008, which is really old now, and many of the options are in different spots. I tried the best I could to put them in the new spots with no luck.
A step by step how-to on this would do wonders.
Help?
Please?
Irrlicht 1.7.2 and Visual C++ Express 2010 HOWTO ?
The easier solution might be to switch to svn trunk which has project files for VS 2010 already. Can't help much otherwise - I use an old VS express when working on the 1.7 branch.
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Are you trying to modify the engine, or just start a new project that uses Irrlicht?
Edit: Is this the tutorial you're trying to follow?
http://irrlicht.sourceforge.net/tut001.html
Edit: Is this the tutorial you're trying to follow?
http://irrlicht.sourceforge.net/tut001.html
That is, if modifying/compiling the engine source is what you want. You weren't exactly clear on that.
If you do install the directx sdk, add this to your VC++ directories:
include:
library:
and in Configuration Properties -> General
Change output folder to the same folder in Linker -> General -> Output File
If you do install the directx sdk, add this to your VC++ directories:
include:
Code: Select all
$(DXSDK_DIR)include
Code: Select all
$(DXSDK_DIR)Lib\x86
Change output folder to the same folder in Linker -> General -> Output File