Is irrlicht 1.7.1 broken on VC++ 2010 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
dhenton9000
Posts: 395
Joined: Fri Apr 08, 2005 8:46 pm

Is irrlicht 1.7.1 broken on VC++ 2010 Express?

Post by dhenton9000 »

I've tried searching the forums, but for the life of me I can't find anything. Source code that compiled fine under VC++ Express 2008 Irrlicht 1.6 fails under VC++ 2010 Irrlicht 1.7.1 I saw a posting about STL problems with irrlicht 1.7.1 and that it was fixed in svn.

So am I to conclude for right now that 1.7.1 and VC++ express don't play well?

Anybody else seeing this problem?
CuteAlien
Admin
Posts: 9670
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Post by CuteAlien »

If it's a problem in combination with stl and swap.. then that is the one which got fixed in svn. If you have any other compile problems, then please post the error you get.
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
dhenton9000
Posts: 395
Joined: Fri Apr 08, 2005 8:46 pm

Post by dhenton9000 »

looks like I forgot to delete the old dll. Looks good.
Post Reply