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

Author Topic: Code::Blocks generating an executable  (Read 1727 times)

0 Members and 1 Guest are viewing this topic.

racumin

  • Newbie
  • *
  • Posts: 16
    • View Profile
Code::Blocks generating an executable
« 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!

Hiura

  • SFML Team
  • Hero Member
  • *****
  • Posts: 4321
    • View Profile
    • Email
Code::Blocks generating an executable
« Reply #1 on: October 14, 2009, 10:31:48 am »
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.
SFML / OS X developer

 

anything