Skip to content
Snippets Groups Projects
Commit fde2875a authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

SyncTERM v1.2 builds as Desktop/GUI app, not a console app

Change SubSystem type from Console to Windows to resolve error:
unresolved external symbol _main referenced in function ___tmainCRTStartup
parent 0be9eeeb
Branches
Tags
No related merge requests found
......@@ -77,7 +77,7 @@
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
<SubSystem>Windows</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation>
<AdditionalDependencies>winmm.lib;%(AdditionalDependencies)</AdditionalDependencies>
</Link>
......@@ -95,7 +95,7 @@
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
<SubSystem>Windows</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment