Irrlicht.Net Compile Error

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
riddler2006
Posts: 10
Joined: Thu May 24, 2007 3:42 pm

Irrlicht.Net Compile Error

Post by riddler2006 »

Hey Guys!
Today I had to recompile Irrlicht.NEt but unfortunately I got two Errors which I Can't solve on my own.

Error 1 fatal error LNK1104: cannot open file '..\debug\irrlicht.lib'

I copied the irrlicht.lib from /lib to Irrlicht.Net\Debug\.. but nevertheless the Visual Studio 2005 Compiler couldn't find it ;


Error 2 The referenced assembly "\irrlicht-1.3.1\source\irrlicht.net\debug\Irrlicht.NET.dll" was not found. If this assembly is produced by another one of your projects, please make sure to build that project before building this one. ExampleApp

I copied the Irrlicht.NEt.dll (from bin\Win32_VisualStudio) to the specified directory... but the compiler couldn't find it again..

what am I doing wrong??

Thanx for help :-)
Locked