I use C++ builder 2009 to create a BPL project. The "Requires" list has "rtl.bpi" as default. I add some VCL Forms to the "Contains" list and try to build the BPL project. The build fails due to linker error such as "Unresolved external 'Forms::TForm::' referenced from XXX.OBJ". It is obvious that I should add "vcl.bpi" to the "Requires" list. I do the following steps:
- Right-click on "Requires" and select "Add Reference".
- In the "Add" dialog-->"Requires" tab, key "vcl.bpi" in the "Package name" text edit, and the click "OK".
- It pops an error dialog shows "File vcl.bpi not found".
How should I add "vcl.bpi" manually?