Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: shubham1251997 on February 14, 2016, 04:35:23 pm

Title: problem regarding compiler
Post by: shubham1251997 on February 14, 2016, 04:35:23 pm
well i have created two sourcefiles in the project named main and prg2 . when i try to run prg the main gets executed.
can anyone help me in executing prg2.
note-  i have the main function in the" main"
Title: Re: problem regarding compiler
Post by: oBFusCATed on February 14, 2016, 05:43:51 pm
A single target can have just a single output file (exe, dll/so, a/lib).
If you want to have multiple outputs in a project just create multiple targets.
Project -> Properties -> Build targets.
Title: Re: problem regarding compiler
Post by: shubham1251997 on February 15, 2016, 10:28:26 am
thanks...but could you be a little more specific.
Title: Re: problem regarding compiler
Post by: oBFusCATed on February 15, 2016, 10:32:28 am
Create two targets. Add one file in each target.
Then in the compiler toolbar you can select which target is active.
Build & run the target.

If something is unclear ask specific questions.