irrlicht/bin/Win32-VisualStudio
cutealien c8e0683827 Merge branch releases/1.8 revisions r5315:r5325 into trunk.
- documentation changes
- jpg loader can now load more jpg formats.


git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5326 dfc29bdd-3216-0410-991c-e03cc46cb475
2016-07-19 20:30:59 +00:00
..
irrlicht.ico Moved everything to /trunk 2007-05-20 18:03:49 +00:00
readme.txt Merge branch releases/1.8 revisions r5315:r5325 into trunk. 2016-07-19 20:30:59 +00:00

readme.txt

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

The Win32-VisualStudio version is currently (Irrlicht 1.8) compiled with VS 2010 using the Windows 7.1 SDK as platform toolset.
You might get the necessary Windows Platform SDK here: http://msdn.microsoft.com/en-us/windows/bb980924.aspx

To link to that Irrlicht.dll you need to set platform toolset in your VS version to the same target or re-compile the Irrlicht.dll using another platform toolset.

To re-compile Irrlicht for Win32-VisualStudio:
There are several project files for different VS versions in source/Irrlicht.
Irrlicht10.0.sln is for VS 2010
Irrlicht11.0.sln is for VS 2012
Irrlicht12.0.sln is for VS 2013

To compile Irrlicht + all examples and all tools check the BuildAllExamples_*.sln files in the examples folder.

For newer VS versions you have update one of those projects (VS usually can do that automatically when you open an older solution file).

Currently each of those solutions does set the platform toolset "Windows 7.1 SDK" (to be compatible to each other). 
You might want to change that in the project settings and set it to your current version.
Make sure you use the same platform toolset in your application and in the engine.
Also when compiling examples each example has to use the same platform toolset as was used for the engine.

Platform should be Win32
Configuration is by default "Release"
But you can also chose "Debug" if you want Irrlicht with Debug information.
Static builds are possible but you have to additionally set the _IRR_STATIC_LIB_ define in the application when linking to a static Irrlicht.lib