Hi,
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
An application can consist of multiple projects ( main project and multiple lib projects). Those projects can be managed within the CCSv4 C/C++ Project Window. However, What file will make sure that by opening a main project all the other dedicated projects get opened too? This file than needed to be checked into the code version server for team usage.
What document discribes the proper use of the C/C++ Project window? For example, I want to remove a certain project without deleting. I just want ot manage the appearance.
Thorsten Lorenzen said:An application can consist of multiple projects ( main project and multiple lib projects). Those projects can be managed within the CCSv4 C/C++ Project Window. However, What file will make sure that by opening a main project all the other dedicated projects get opened too? This file than needed to be checked into the code version server for team usage.
See this FAQ for what files should be checked into source control: http://tiexpressdsp.com/index.php/FAQ_-_CCSv4#Q:_Which_project_files_do_I_need_to_check_into_source_control.3F
I believe .cdtbuild has information on project dependencies
Thorsten Lorenzen said:What document discribes the proper use of the C/C++ Project window? For example, I want to remove a certain project without deleting. I just want ot manage the appearance.
There is some information on: http://tiexpressdsp.com/index.php/Eclipse_Concepts#Projects
Thanks
ki