How do I add an existing file to a carbide project without ending up with a duplicate file. I have a Symbian project in which I need to use a large section of shared code (The shared code mainly consists of utility classes that are shared across different projects on different Operating Systems)
If I import the files (using file->import) I end up with duplicate files (the importer copies the files which is wrong as I end up with multiple copies of the shared code files which defeats the whole point of code sharing)
If I create a link, the file appears in the project view but nowhere else (the mmp file is not told about it. And when I do tell the MMP file about it using carbide it gets the path completely wrong)
This should be very simple but I have spent three hours on this.
In visual Studio I would simply I would simply do "Add->Existing Item"





