delphi xe编译报Unit not found: 'System.pas' or binary equivalents 的解决办法

来源:互联网 发布:yahoo股票数据接口 编辑:程序博客网 时间:2024/05/29 19:02

 这个是因为Library Path 中缺少

$(BDSLIB)/$(Platform)/release

添加上就没问题了。