Hello all,

Its a rather simple question i have, Irrlicht http://irrlicht.sourceforge.net claims to support Delphi via the .net versions and the usage of the irrlicht.net.dll

Now here's the question has anyone actually got this to work from delphi?

I can get the IDE to pickup the namespaces etc but when i try to compile anything with the DLL in the references Delphi just throws strange errors like
[Fatal Error] F1026 File not found: '.dll'
[Fatal Error] E2202 Required package '' not found

or

[Fatal Error] F1026 File not found: '<.dll'
[Fatal Error] E2202 Required package '<' not found

just seems to be random.

Im using Delphi 2005 for this and the irrlicht.net works with C# from within delphi 2005.