Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: eessoo on October 07, 2010, 03:20:30 pm

Title: Save as .exe ..??
Post by: eessoo on October 07, 2010, 03:20:30 pm
Hello..

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

Thanx..
Title: Re: Save as .exe ..??
Post by: MortenMacFly 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.