Search found 3 matches

by ChrisTheAvatar
Wed Aug 30, 2006 1:16 am
Forum: Project Announcements
Topic: Irrlicht .NET CP
Replies: 75
Views: 18034

Problem with VideoDriver.Draw2DImage

Hello Again Everyone,

I ported most of my graphics code to your library last night and did some testing, it seems like I am having trouble with the Draw2DImage function (really two problems)... I am currently just running this on my Windows Machine

1. Whenever I draw with the 2D image function ...
by ChrisTheAvatar
Mon Aug 28, 2006 4:02 pm
Forum: Project Announcements
Topic: Irrlicht .NET CP
Replies: 75
Views: 18034

Mono 1.1.16.1 Got Examples working...

Hello Everyone,

I got the examples working this morning by copying the IrrlichtW.so to /usr/lib... I tried to set the LD_LIBRARY_PATH = to where I had the so but that didnt seem to work (odd that it didnt, come to think of it LD_LIBRARY_PATH wasnt even defined to begin with but that got me thinking ...
by ChrisTheAvatar
Mon Aug 28, 2006 4:40 am
Forum: Project Announcements
Topic: Irrlicht .NET CP
Replies: 75
Views: 18034

Mono Problem Version (1.1.16.1)

When trying to run the examples under SuSE Linux 10.1 running Mono (1.1.16.1). I get hte following error:

Unhandled Exception: System.DllNotFoundException: IrrlichtW
in (wrapper managed-to-native) IrrlichtNETCP.IrrlichtDevice:CreateDevice (IrrlichtNETCP.DriverType,int[],int,bool,bool,bool,bool)
in ...