Welcome,
Guest
. Please
login
or
register
. Did you miss your
activation email?
French forum
Home
Help
Search
Login
Register
SFML community forums
»
Help
»
General
»
remove the console window mingw
Print
Pages: [
1
]
Author
Topic: remove the console window mingw (Read 1497 times)
0 Members and 1 Guest are viewing this topic.
OUTSEET
Newbie
Posts: 9
remove the console window mingw
«
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
Logged
eXpl0it3r
SFML Team
Hero Member
Posts: 11031
Re: remove the console window mingw
«
Reply #1 on:
September 22, 2022, 11:53:36 pm »
You need to add -mwindows and then -lsfml-main or -lsfml-main-d
Logged
Official FAQ:
https://www.sfml-dev.org/faq.php
Official Discord Server:
https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog:
https://duerrenberger.dev/blog/
OUTSEET
Newbie
Posts: 9
Re: remove the console window mingw
«
Reply #2 on:
September 27, 2022, 02:35:43 pm »
thanks
Logged
Print
Pages: [
1
]
SFML community forums
»
Help
»
General
»
remove the console window mingw