SFML community forums
Help => General => Topic started by: racumin on October 14, 2009, 09:17:38 am
-
Hi, I created a simple game and I want to deploy it to other PC. In Code::Blocks, how do I disabled the console when running the app? When I go to the Release folder and run the exe file, it produces the main window app but also the console, I want to disable the console. Thanks!
Another question, if I copy the directory of the Release and paste it in another PC wihtout Code::Blocks installed, will it run? (please do not say "try it and see for your self" - I do not have any other PC and I do not want to uninstall Code::Blocks from this computer then try it then install again) Thanks again!
-
1/ target properties -> gui window and not console ( or sth like that ) .
2/ all dll used by your app that are not installed on the others computers.