Forum Discussion
djadhav
10 years agoRegular Contributor
Oferv, the article actually recommends that you do not have to copy the file to your project, just use 'add an existing item' to add a reference to that unit to your project.
e.g. I have unit A in C:\TC11Projects\...\ProjectA\UnitA and I want to use that unit in Project B located at C:\TC11Projects\...\ProjectB.
I would open project B in TC and use the add existing item option as shown below to locate and add a reference to the UnitA in the ProjectB
Now in whichever script file in project B I want to use a rountine from UnitA, I'll add a "uses, import or USEUNIT clause" at the top.