There was nothing more involved than I already said:
1. linker->additional dependencies:
"mscoree.lib msvcrt.lib msvcmrt.lib" (msvcmrt.lib added)
2. search and replace in all files
"[Paramflag::Out]" by "[Out]" (14 replacements)
3. place irrlicht.lib in
..\debug\
if its not already ...
Search found 3 matches
- Tue May 30, 2006 6:07 pm
- Forum: Irrlicht.NET
- Topic: Compiling Irrlicht.NET with VS 2005
- Replies: 4
- Views: 2587
- Tue May 30, 2006 4:03 pm
- Forum: Irrlicht.NET
- Topic: Compiling Irrlicht.NET with VS 2005
- Replies: 4
- Views: 2587
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: 2587
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 says ...
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 says ...