Search found 3 matches
- Tue May 30, 2006 6:07 pm
- Forum: Irrlicht.NET
- Topic: Compiling Irrlicht.NET with VS 2005
- Replies: 4
- Views: 2396
- Tue May 30, 2006 4:03 pm
- Forum: Irrlicht.NET
- Topic: Compiling Irrlicht.NET with VS 2005
- Replies: 4
- Views: 2396
Thanks!
I added msvcmrt.lib to linker options and replaced all [Paramflag::Out] with [Out], as advised in
http://irrlicht.sourceforge.net/phpBB2/ ... flag#62135
now it compiles!
I added msvcmrt.lib to linker options and replaced all [Paramflag::Out] with [Out], as advised in
http://irrlicht.sourceforge.net/phpBB2/ ... flag#62135
now it compiles!
- Tue May 30, 2006 3:11 pm
- Forum: Irrlicht.NET
- Topic: Compiling Irrlicht.NET with VS 2005
- Replies: 4
- Views: 2396
Compiling Irrlicht.NET with VS 2005
Is there any chance of compiling the Irrlicht.NET source with Visual Studio 2005, which uses .net 2.0 ? When I import the project, the wizard sets a compiler flag "/clr:oldSyntax", but he stills resists to build. This attribute [PARAMFLAG::Out] in Plane3D.h and Line3D.h ist unknown, it say...