How to run Irrlicht.Net Apps in Windows Vista RC1

Irrlicht.Net is no longer developed or supported, Irrlicht.Net Cross Platform is a much more complete wrapper. Please ask your C# related questions on their forums first.
Locked
marco.siino
Posts: 14
Joined: Thu Oct 13, 2005 2:36 pm

How to run Irrlicht.Net Apps in Windows Vista RC1

Post by marco.siino »

I had some problems running some applications that i developed on windows XP, and then recompiled and runned on Vista RC1 (using Visual Studio 2005 on both).

The problem was that the sources compiles successful, but when the application run it raise a FileNotFoundException, that isn't related on the problem of coping Irrlicht.dll on the exe directory.

I found the solution on this problem, so if some one have the same kind of problem here are the instructions on how to get it work:

You simply have to recompile Irrlicht.Net from the sources, but if you have visual studio 2005 the compilations gives some errors (as said in some other posts). To compile in Visual Studio 2005 you have to add the lib msvcmrt.lib to the Irrlicht.Net project, and replace all the [PARAMFLAG:Out] with [Out]. Now it should compile. Then simply delete the reference to Irrlicht.Net.Dll from your project apps, and add a reference to the new Irrlicht.Net.Dll you just recompiled on Vista.

I hope this post solve the problem on eventually people that have it and don't know how to get it work.
--
Marco Siino
Software Developer for an italian Software House

"Reality is merely an illusion, albeit a very persistent one" - Albert Einstein
Locked