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.
ShadowDust
Posts: 17 Joined: Mon Feb 12, 2007 11:48 pm
Location: New Zealand
Post
by ShadowDust » Tue Mar 06, 2007 8:49 pm
i get the following errors when trying to recompile the source. After Visual Studio automatically converts it to 8.0, then try to recompile it:
Error error C2337: 'Out' : attribute not found
it says that 193 times :/
can any1 give me a working source?
Dlecain
Posts: 3 Joined: Tue Mar 06, 2007 12:05 am
Post
by Dlecain » Tue Mar 06, 2007 8:55 pm
Same issue here..
Hence my bug with the DLL.
ShadowDust
Posts: 17 Joined: Mon Feb 12, 2007 11:48 pm
Location: New Zealand
Post
by ShadowDust » Thu Mar 08, 2007 3:13 am
oops, sorry i didn't realise your problem was the same..
StormBringer
Posts: 5 Joined: Fri Feb 16, 2007 7:48 am
Post
by StormBringer » Fri Mar 16, 2007 12:08 pm
you need to change the out attributes.
Check the .net 2005 manual, you will see that out is no longer used.