Page 1 of 1

Irrlicht.Net Compile Error

Posted: Sun Jun 24, 2007 1:27 pm
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 :-)