SFML community forums

Help => General => Topic started by: floppa_dev on March 31, 2023, 01:43:33 pm

Title: console disable c++
Post by: floppa_dev on March 31, 2023, 01:43:33 pm
how can i hide console c++ from showing, like when i send my project to my friend his console to be hidden
Title: Re: console disable c++
Post by: fallahn on March 31, 2023, 02:07:07 pm
It depends on your IDE / tool chain. For example in Visual Studio go to your project settings, Linker>System>SubSystem and set the value to Windows.
Title: Re: console disable c++
Post by: Grundkurs on April 30, 2023, 08:00:31 pm
this blogpost might help you, which covers the topic:
"Getting rid of the console window using SFML and CMake on Windows-OS"

http://zaunfish.blogspot.com/2017/