Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length

 
Advanced search

1075928 Posts in 44152 Topics- by 36120 Members - Latest Member: Royalhandstudios

December 29, 2014, 03:57:59 PM
  Show Posts
Pages: [1]
1  Developer / Technical / Re: Suppressing terminal/command line? on: February 29, 2012, 12:42:12 PM
I'm no windows guru, but if you want to suppress the command line on windows, try adding this line in your project file:

Code:
// Disable console on WIN_32

#if defined(__WIN32__) || defined(_WIN32)
#pragma comment(linker, "/subsystem:\"windows\" \
/entry:\"mainCRTStartup\"")
#endif
Pages: [1]
Theme orange-lt created by panic