SFML community forums

Help => General => Topic started by: OUTSEET on September 22, 2022, 04:46:15 pm

Title: remove the console window mingw
Post by: OUTSEET on September 22, 2022, 04:46:15 pm
hi i am trying to remove the console window from my game I am using MinGW and vscode I tried to put
-lsfml-main in the makefile but it's not working
Title: Re: remove the console window mingw
Post by: eXpl0it3r on September 22, 2022, 11:53:36 pm
You need to add -mwindows and then -lsfml-main or -lsfml-main-d :)
Title: Re: remove the console window mingw
Post by: OUTSEET on September 27, 2022, 02:35:43 pm
thanks