E2202 Required package ‘vcl’ not found

1. Error: tmsdXXXX.dpk(165) Fatal: E2202 Required package ‘vcl’ not found OR tmsdXXXX.dpk(165) Fatal: E2202 Required package ‘rtl’ not found

This means that your Delphi library path is not properly setup. Please make sure that the folder is included in your library path where vcl.dcp is located, this normally is $(BDS)\lib 
For multi-platform supported Delphi versions, please have a look at http://codeverge.com/embarcadero.delphi.ide/delphi-xe4-library-path-delete-invalid/1062669 

简单来说,就是vcl.dcp 没有在library path路径里面,需要确认文件是否存在,有些精简安装包可能去除了这些文件;
或者library path路径是否正确。

发表回复

您的电子邮箱地址不会被公开。 必填项已用 * 标注

此站点使用Akismet来减少垃圾评论。了解我们如何处理您的评论数据