Irrlicht Lime installation

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
JeremyBenson
Posts: 1
Joined: Fri Feb 20, 2015 6:04 pm

Irrlicht Lime installation

Post by JeremyBenson »

Hello,

I'm interested in setting up Irrlicht Lime for a project, but I'm horrible at installing libraries that don't install themselves :P I've got a c# project open in visual studio using WPF. I've manage to reference the dll Irrlicht lime, but when I tried to reference Irrlicht it told me to make sure the file was a proper COM format. Not sure if everything I need is in Irrlicht lime dll or not.

Thanks for any help,
Jeremy.
Foaly
Posts: 142
Joined: Tue Apr 15, 2014 8:45 am
Location: Germany

Re: Irrlicht Lime installation

Post by Foaly »

You C# project has to reference to IrrlichtLime.dll only, the reference to Irrlicht.dll is not needed.
But both the IrrlichtLime.dll and Irrlicht.dll have to be copied next to your .exe

IrrlichtLime wraps almost everything of Irrlicht, but if you need something that's not in there yet, we could wrap it for you.
Post Reply