Search found 2 matches

by lvanderree
Sat Jun 04, 2005 12:30 am
Forum: Beginners Help
Topic: C# Compile Error
Replies: 3
Views: 270

It works for me without a problem, with both irrlicht.Net 0.9 and 0.10 in both sharp-develop and C# express 2005 beta. You say you've copied the Irrlicht.dll to your project directory, but (just to make sure) did you also copy Irrlicht.NET.dll into this directory? What I've done is: 1. Make a new c#...
by lvanderree
Fri Jun 03, 2005 5:49 pm
Forum: Beginners Help
Topic: c# ISceneNode Inherintance (like 03.CustomSceneNode in c++)
Replies: 3
Views: 372

The error message "No Overload method for 'ISceneNode' takes 0 arguments." is because Irrlicht.Net hasn't got a constuctor for ISceneNode which takes zero arguments. So with Irrlicht.Net you can't say: ISceneNode node = new ISceneNode(); And because you implicitely say public ExtendedScene...