Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: Amirrerza_pro on April 06, 2021, 10:05:54 pm

Title: Loading a object oriented program which consist of different multiple files
Post by: Amirrerza_pro on April 06, 2021, 10:05:54 pm
Hi guys
I'm going to load a object oriented program which consists of different multiple files in Code::Blocks and then run it to get the results.
With the Arm Forge ( DDT) I can do easily. I will give the path of the source file and then run it like this in the picture.
(https://imgur.com/DvcBddv)
https://imgur.com/DvcBddv

But in codeblocks I don't know how to do it! Can anybody help me in this case?

All the best
Title: Re: Loading a object oriented program which consist of different multiple files
Post by: BlueHazzard on April 06, 2021, 10:50:10 pm
What are this files? C, C++?
What is the target compiler?
What do you want to do?

Looking at your imates, does not give any information....
If you want to set the program arguments you can do it in Project->Set programs argument (The arguments part in your image)
Working directory is set in Project->Properties->Build targets->Select your build target on the left->Execution working dir

If it is something else you have to describe your problem in more detail...