Is there a compile time option to hide the console...
# multiplatform
p
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
-mwindows
in linkerOpts
🎉 1
p
Thanks, worked