Hallo! I have been programming SFML since one hour.
I have got a problem. Is there any way to tell compiler that console in the background haven't to be run? It's annoying. I know there's a method, because PONG (in SFML-2.0-rc-windows-32-vc2008.zip/examples) haven't got any console in bg while it's running.
I recompiled PONG from source, but black console still appear. I tried to change 'console aplication' to 'empty project' in MSVC++ project settings, but this didn't work out.
Thanks for any sugestions.