User forums > Using Code::Blocks

problem regarding compiler

(1/1)

shubham1251997:
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"

oBFusCATed:
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.

shubham1251997:
thanks...but could you be a little more specific.

oBFusCATed:
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.

Navigation

[0] Message Index

Go to full version