recompiling the source .Net 2005

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
ShadowDust
Posts: 17
Joined: Mon Feb 12, 2007 11:48 pm
Location: New Zealand

recompiling the source .Net 2005

Post by ShadowDust »

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 »

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 »

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 »

you need to change the out attributes.

Check the .net 2005 manual, you will see that out is no longer used.
Locked