IrrlichtException Object?

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
Jin
Posts: 7
Joined: Tue May 16, 2006 4:15 pm
Location: Ontario, Canada

IrrlichtException Object?

Post by Jin »

Has Niko, or any of the other Irrlicht devs, considered making an exception object for Irrlicht? It could prove helpful to debug problems in Irrlicht.NET.
buhatkj
Posts: 444
Joined: Fri Dec 12, 2003 4:53 am
Contact:

Post by buhatkj »

since it is little more than a wrapper, and the native c++ does not use exceptions as far as I know, it wouldn't really make sense at this stage would it? however, Irrlicht# which is a ground-up rewrite in c# would probably support standard .NET exceptions....
My irrlicht-based projects have gone underground for now, but if you want, check out my webcomic instead! http://brokenboomerang.net
Braneloc
Posts: 68
Joined: Fri Jan 20, 2006 5:12 am
Location: England
Contact:

Post by Braneloc »

indeed Irrlicht# does...

IrrlichtSharpException is to be used throughout (or at least for the most part), capturing any other (inner) exceptions and also bunging them on the system log.

The drivers for Irrlicht# are nearing completion... a file release will be made the second one of the drivers is ready.
Sometimes you've just gotta say, the laws of time and space, who gives a smeg ?!

Irrlicht.Net Information - http://www.irrforge.org/index.php/.net
Irrlicht# (aka the C# port) - http://irrlichtsharp.sourceforge.net
Cube3
Posts: 30
Joined: Wed Mar 15, 2006 7:42 pm
Location: http://cube3.helpmy.net

Post by Cube3 »

Exceptions from Irrlicht? I have never been able to create a C++ runtime error, and I am usually good at breaking things.

:lol:
Platform 3D Engine using Irrlicht.NET
http://cube3.helpmy.net
Shakira22

Post by Shakira22 »

really ? :) :)
Locked