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
No related branches found
No related tags found
No related merge requests found
...@@ -77,7 +77,7 @@ ...@@ -77,7 +77,7 @@
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
</ClCompile> </ClCompile>
<Link> <Link>
<SubSystem>Console</SubSystem> <SubSystem>Windows</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation> <GenerateDebugInformation>true</GenerateDebugInformation>
<AdditionalDependencies>winmm.lib;%(AdditionalDependencies)</AdditionalDependencies> <AdditionalDependencies>winmm.lib;%(AdditionalDependencies)</AdditionalDependencies>
</Link> </Link>
...@@ -95,7 +95,7 @@ ...@@ -95,7 +95,7 @@
<RuntimeLibrary>MultiThreaded</RuntimeLibrary> <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
</ClCompile> </ClCompile>
<Link> <Link>
<SubSystem>Console</SubSystem> <SubSystem>Windows</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation> <GenerateDebugInformation>true</GenerateDebugInformation>
<EnableCOMDATFolding>true</EnableCOMDATFolding> <EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences> <OptimizeReferences>true</OptimizeReferences>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment