Hi
I'm trying to include header and source files from one project into another project but without having to physically copy them i.e. would like to soft link to these files.
Why ? Because I have a unit testbench, which is a seperate project, that uses cpp files from the real project directory. Or when I want to share .h files from a library I have defined in a seperate project.
I have managed this via .mmp file import but this doesn't lend itself very well to easy management under the Carbide IDE. + its causing issues with resouces etc.
Is there a way to do this in the IDE that I am just missing ?
Thanks in advance



