hugo_soares
11 years agoOccasional Contributor
USEUNIT in shared script unit is looked for wrongly
I have the project A that has a shared script unit (unitb.1) from project B. This unit (from project B) uses another script unit belonged to his parent project. (unitb.2) The problem happens while ...
- 11 years agoReally, what you should do is move shared procedures to a third unit. Call that unit "Framework" or something similar, and reference it from both your A and B.