irr::NativeConverter

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
Everton

irr::NativeConverter

Post by Everton »

I am trying do make a wraper for the class "irr::scene::SMesh" to .net.
In some cases I see in references like this: "irr::NativeConverter::getNativeMaterial()", but I can't locate the source file of the "irr::NativeConverter". In some cases I found "#include "NativeConverter.h"", but i cant find the file!

Any body could help me?
Delight
Posts: 42
Joined: Tue Jul 05, 2005 3:16 pm
Location: Muenster, Germany

Post by Delight »

You couldn't find it, because the Irrlicht.Net 0.14 source is incomplete. I just uploaded the fixed one:

http://www.the-kotti.de/sourcenet.zip

Leave me a message if you have problems with it.
Everton

irr::NativeConverter

Post by Everton »

Thanks a Lot!

I try to Compile the files in "Visual Studio 2005 Beta 2" and find some link errors, I will try in another IDE...
Delight
Posts: 42
Joined: Tue Jul 05, 2005 3:16 pm
Location: Muenster, Germany

Post by Delight »

With vs2003 it's working fine - don't know what to change for vs 2005 but i'll have a look at it
Locked