Irrlicht with C#

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
coder_

Irrlicht with C#

Post by coder_ »

Hello, I'm using the newest Visual C# Express Edition. I'm trying to get the
.net samples to work. I've added the reference, placed the dlls in the object
bin, done everything I can to make it work.

It compiles and builds, but then when I try to debug/run it, I get this:
"A procedure imported by 'Irrlicht.NET, Version=0.11.2062.31165, Culture=neutral, PublicKeyToken=null' could not be loaded."

The same thing happens compiling in VB.NET

Any suggestions?

Thanks in advace.
Osirus
Posts: 11
Joined: Wed Sep 01, 2004 4:27 pm

Post by Osirus »

Have you tired re-compiling the wrapper in vs express?

Are you using the most recent version of the wrapper?
coder_

re

Post by coder_ »

Hmmmm... Still can't get it to work...
Guest

Post by Guest »

Woo! Fixed it... I was using a gcc version of Irrlicht.DLL. A recompiled one
worked... (Not in gcc)
Locked