compile error with VisualStudio2010 after last change

You discovered a bug in the engine, and you are sure that it is not a problem of your code? Just post it in here. Please read the bug posting guidelines first.
Post Reply
AReichl
Posts: 269
Joined: Wed Jul 13, 2011 2:34 pm

compile error with VisualStudio2010 after last change

Post by AReichl »

Hi,
there is a compile error with VisualStudio2010 after the last change in ISceneNode.h:

//! Name of the scene node.
core::stringc Name = "";

probably C++11 (hehe).

Maybe this was intended (VS-2010 too old?) or it was accidental.

Solution: put it into the Constructor?
CuteAlien
Admin
Posts: 9643
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: compile error with VisualStudio2010 after last change

Post by CuteAlien »

Already reverted (at least in trunk - still have to merge it back to es 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
Post Reply