Never-build package [xxx] must be recompiled / SHARING VIOLATION [Delphi documentation issue]
问题 I just upgraded to Delphi XE7. Now a package that complied perfectly in XE doesn't compile anymore. I have package B that requires package A that has ImplicitBuild set to OFF. First thing first, I compiled and installed package A. Then I tried to compile package B but the compiler says: [dcc32 Fatal Error] A.dpk(39): E2225 Never-build package 'A' must be recompiled. [dcc32 Fatal Error] B.dpk(34): E2202 Required package 'A' not found. Obviously, package A was found since the compiler knows its