Issue with precompiled DLL.

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
Dlecain
Posts: 3
Joined: Tue Mar 06, 2007 12:05 am

Issue with precompiled DLL.

Post by Dlecain »

I've just started playing with Irrlicht, but I'm getting some weird issues.

Irrlicht v1.2
C#
MSVS 2005 Pro.

When I import the dll, everything seems to work, however the Matrix4.TransformVect() method does not seem to exsist. I checked the source, and it is still in there, however I cannot compile it from scratch, because the conversion to 2005 messed it up a bit.

So, is this abnormal? I was thinking perhaps the method was just renamed and the source was missing, however I can't find any documentation indicating this.

Any help would be appreciated.
ShadowDust
Posts: 17
Joined: Mon Feb 12, 2007 11:48 pm
Location: New Zealand

Post by ShadowDust »

I'm not sure as i can not test this until i get home, stupid university doesn't have Visual Studio on the library computers :(


but try this:

http://sourceforge.net/project/download ... p&44204123

I will try it when I get home.
Locked