The package referenced in the message was compiled as a never-build package, but it requires another package to which interface changes have been made. The named package cannot be used without recompiling because it was linked with a different interface of the required package.
The only solution to this error is to manually recompile the offending package. Be sure to specify the never-build switch, if it is still desired.
Delphi版本不一致,需要重新编译该引用的包,编译完后,重新引用该包的.dcp文件,即可Build成功。

本文详细解析了在Delphi开发环境中遇到的包过时错误,当一个包作为永不构建包被编译,但又依赖于另一个接口发生变化的包时,就会出现此问题。解决办法是手动重新编译问题包,并在需要时指定永不构建开关。
4355

被折叠的 条评论
为什么被折叠?



