'Out' : attribute not found VC++2005 Express Solved

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
etcaptor
Posts: 871
Joined: Fri Apr 09, 2004 10:32 pm
Location: Valhalla
Contact:

'Out' : attribute not found VC++2005 Express Solved

Post by etcaptor »

Hi,
I just downloaded VC++2005 express and trying to compile Irrlicht and Irrlicht.net projects.
I have no problems with Irrlicht compilation, but when compile Irrlicht.net I've got this error:
Error 1 error C2337: 'Out' : attribute not found c:\irrlicht\irrlicht\irrlicht.net\ISceneCollisionManager.h

Seems [PARAMFLAG::Out] is not recognized well from VC++2005 express. Somewhere in forum was explained that must change [PARAMFLAG::Out] to [Out], but this not issue problem.

Any advices will be helpful.

edit:
I solved this. Here is a link to reference:
http://irrlicht.sourceforge.net/phpBB2/ ... flag#62135

For this goal platformSDK is needed. Also I disable precompiled headers.
ImageImage
Site development -Rock and metal online
--- etcaptor.com ------freenetlife.com
Locked