Having some simple runtime packages working fine for years. Changed the location of the source directories, now I get linker errors.
- A.bpl defines and implements class CMyClass, compiles and links fine.
- B.bpl uses this class, compiles and links fine.
- C.exe uses both packages but wouldn't...