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.