Author Topic: Loading a object oriented program which consist of different multiple files  (Read 5034 times)

Amirrerza_pro

  • Guest
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

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

All the best
« Last Edit: April 06, 2021, 10:17:48 pm by Amirrerza_pro »

Offline BlueHazzard

  • Developer
  • Lives here!
  • *****
  • Posts: 3353
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...