MS C#2005 Express

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
GueZt

MS C#2005 Express

Post by GueZt »

Hi, Has anyone tried the irrlicht.net under C#2005 Express ?

I compiled hello word sample without a problem, but when i
excuted the apps. it just crash.

I even try to debug it but nothing is there. idunno probably i
mess up the C#2005 express debug option a little bit.

Any hint.

BTW: Im just trying to learn the C#, Coz the DOT NET are invading :twisted: lols.
GueZt

Post by GueZt »

Aryt, im too lazy to take a glance for .NET forum, :oops:
but probably the cause is im using Irrlicht 12 I will try
the Irrlicht 14 and see what has been improved.
the_bob
Posts: 37
Joined: Fri Dec 09, 2005 6:49 pm
Location: Michigan

Check your locations

Post by the_bob »

This has been said several times in this forum, too.

You have to reference the Irrlicht.NET.dll file in your project, and you have to make sure that you also copy the Irrlicht.dll file to your executable folder.

That seems to be a pretty common mistake.

I'm not sure if you've tried it yet, but while the search function in the forums isn't the greatest, but it is worth a shot. You should generally try the search function before posting.
:wink:
3D in .NET - Who would've guessed!
Locked