Hello guys,
i want to hide the console who are always open in my SFML project.
Over the boardsearch i found 2 ways:
1. Hiding by a command ... but the commands i found seems only working with sfml 1.6
2. Changing the Subsytem in VisualStudio from Console to Window , but when i change i cant debug/compile my project:
1>------ Build started: Project: SFMLTestProjekt, Configuration: Debug Win32 ------
1>Build started 03.03.2013 16:59:51.
1>InitializeBuildStatus:
1> Creating "Debug\SFMLTestProjekt.unsuccessfulbuild" because "AlwaysCreate" was specified.
1>ClCompile:
1> All outputs are up-to-date.
1>ManifestResourceCompile:
1> All outputs are up-to-date.
1>Link:
1> All outputs are up-to-date.
1>LINK : warning LNK4098: defaultlib 'LIBCMT' conflicts with use of other libs; use /NODEFAULTLIB:library
1>MSVCRTD.lib(crtexew.obj) : error LNK2019: unresolved external symbol _WinMain@16 referenced in function ___tmainCRTStartup
1>C:\Users\Brause\documents\visual studio 2010\Projects\SFMLTestProjekt\Debug\SFMLTestProjekt.exe : fatal error LNK1120: 1 unresolved externals
1>
1>Build FAILED.
1>
1>Time Elapsed 00:00:00.68
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Did anyone have an idea about it?
Iam using Win8 with VS 2010 + SFML2.0
best regards