|
|
|
Re: Multiple projects in Oxygen [message #1751237 is a reply to message #1751213] |
Thu, 05 January 2017 23:22  |
Eclipse User |
|
|
|
Projects and Launch configurations are two different things. Projects contain the files needed to build an application/executable. Once built, you only need the executable and run time dynamic libraries. They could be among the project files or installed elsewhere in the system. A project with a C/C++ flavor offers CDT. I have projects that mix C++, Perl and R. The R (StatET) projects are actually extensions of CDT.
Launch configurations are for built executables/scripts. The launch configurations differ a bit depending on what is being used. So "C/C++ applications" would be appropriate to run or debug C/C++ executables. "Perl Local" (if you have Perl EPIC installed) to run Perl scripts, etc. Then there are configurations for attaching to a running C/C++ application and for debugging a remote one.
|
|
|
Powered by
FUDForum. Page generated in 0.04328 seconds