So, maybe its a silly question ... but does this imply we cannot build it using VS 2010 anymore?
I got a few errors relating to openal includes and added these to the Full DLL C++ Includes;
../../../../../Engine/lib/openal-soft/include
../../../../../Engine/lib/openal-soft/include/AL
and now it compiles but fails on the linkage...
1>ClCompile:
1> All outputs are up-to-date.
1>../../Link/VC2010.Debug.Win32/Full DLL/fileDialog.obj : warning LNK4042: object specified more than once; extras ignored
1> Creating library ../../../game/Full_DEBUG DLL.lib and object ../../../game/Full_DEBUG DLL.exp
1>entity.obj : error LNK2019: unresolved external symbol "public: void __thiscall Component::setOwner(class Entity *)" (?setOwner@Component@@QAEXPAVEntity@@@Z) referenced in function "public: bool __thiscall Entity::addComponent(class Component *)" (?addComponent@Entity@@QAE_NPAVComponent@@@Z)
1>../../../game/Full_DEBUG DLL.dll : fatal error LNK1120: 1 unresolved externals
1>
1>Build FAILED.