<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;"> CoSMIC VERSION: 0.8.4<br>
<br>
HOST MACHINE and OPERATING SYSTEM: Windows 7 Enterprise<br>
<br>
TOOL/AREA/CLASS/EXAMPLE AFFECTED: Multiple projects failed to build<br>
<br>
DOES THE PROBLEM AFFECT: COMPILATION / LINKING for Visual Studio 2012<br>
<br>
SYNOPSIS: Many projects in the CoSMIC_GAME.sln give the following error.<br>
Microsoft.CppCommon.targets(611,5): error : Element <SubSystem> has an invalid value of "2".<br>
<br>
DESCRIPTION: This problem relates to the project properties Linker/System/SubSystem where a value of 2 is invalid.<br>
<br>
REPEAT BY: Following BUILDING instructions for GAME and CoSMIC<br>
%ACE_ROOT%\bin\mwc.pl -type vc11 CoSMIC_GAME.mwc<br>
devenv /useenv CoSMIC_GAME.sln <br>
<br>
SAMPLE FIX/WORKAROUND: To fix each project, change the properties Linker/System/SubSystem to a valid value for example
<br>
Windows (/SUBSYSTEM:WINDOWS)<br>
<br>
Is this the correct value to use?<br>
<br>
A better fix for this problem would be to create the solution (ie with MPC) with the correct SubSystem value.<br>
<br>
RELATED FILES:<br>
<br>
<br>
</div>
</body>
</html>