Join Slack
Powered by
Is there a compile time option to hide the console...
# multiplatform
p
Patrick
02/25/2020, 10:43 AM
Is there a compile time option to hide the console window in Windows? Every time I start the App, the console is visible for a brief moment if I use
FreeConsole()
or
ShowWindow(GetConsoleWindow(), SW_HIDE)
m
msink
02/25/2020, 11:27 AM
-mwindows
in linkerOpts
🎉 1
p
Patrick
02/25/2020, 12:22 PM
Thanks, worked
7
Views
Open in Slack
Previous
Next