I seem to be having some problems... MS Visual C++ 2010

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
jibblesmgee
Posts: 42
Joined: Thu Jan 06, 2011 9:12 am

I seem to be having some problems... MS Visual C++ 2010

Post by jibblesmgee »

ok, I have included the include library and the library library in the projects I'm trying to build, but I keep getting a big fat fail:

1>------ Build started: Project: 12.TerrainRendering_vc9, Configuration: Debug Win32 ------
1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.Cpp.InvalidPlatform.Targets(22,7): error MSB8006: The Platform for project 'Irrlicht9.0.vcxproj' is invalid. Platform='MCD'. This error may also appear if some other project is trying to follow a project-to-project reference to this project, this project has been unloaded or is not included in the solution, and the referencing project does not build using the same or an equivalent Platform.
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

I've just started trying to use irrlicht, and I'm not much of a coder, but I'm just trying to build one of the examples packaged with irrlicht so I can then tweak it and try to make a hieghtmap. Any help would make my massive headache subside.
CuteAlien
Admin
Posts: 9734
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Post by CuteAlien »

The official release has no VS2010 support yet. It's already in svn trunk and will be in Irrlicht 1.8.
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
jibblesmgee
Posts: 42
Joined: Thu Jan 06, 2011 9:12 am

Oh...

Post by jibblesmgee »

Thanks! That explains alot! I'll just revert back to 2008 then. I was starting to think I was just special and or challenged.
Jiang
Posts: 77
Joined: Tue Feb 20, 2007 11:03 am

Re: Oh...

Post by Jiang »

jibblesmgee wrote:Thanks! That explains alot! I'll just revert back to 2008 then. I was starting to think I was just special and or challenged.
Or, you can try irrBuild @ https://sourceforge.net/projects/irrbuild/ .

I tested it against irrlicht 1.7.2 and the latest svn trunk. Seems no problems for visual studio 2010 (express).

If you use Direct3d, check your SDK's location and change the default location in build_irrlicht.lua, please.

If you have any problem, post it here and I will see what can I do for you.

Regards,

Jiang
Anthony
Posts: 121
Joined: Sun Jan 09, 2011 12:03 pm

Post by Anthony »

Am using MSVC2010 and Irrlicht 1.7.2.

Have no probs here, well I just copied the source into a new project (leaving the original to the original) and compiles just fine.
No :shock: I am no noob, just checking if your not one too :roll:

Thanks to Niko and all others that made Irrlicht possible.
Jallen
Posts: 46
Joined: Tue Jun 19, 2007 5:28 pm
Location: Hampshire, England

Post by Jallen »

I'm just using the 2008 binaries with 2010 and I'm having no issues.
Dragfang
Posts: 21
Joined: Tue Mar 02, 2010 4:08 pm

Post by Dragfang »

I'm using VS 2010 as well with irrlicht 1.7.1, works perfect, I haven't done anything special.
Post Reply