Author Topic: Save as .exe ..??  (Read 8470 times)

eessoo

  • Guest
Save as .exe ..??
« on: October 07, 2010, 03:20:30 pm »
Hello..

How can I save my projects as .exe files ..??

Thanx..

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9723
Re: Save as .exe ..??
« Reply #1 on: October 07, 2010, 09:33:08 pm »
How can I save my projects as .exe files ..??
That is not possible. Project files are in XML format. If you mean to compile the application behind your project, then use a compiler and hit the "compile" button. Surely this requires to have a working source code without errors to compile successfully.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ