Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 delphi 应用程序,作者没有将运行时库打包到其中。它需要 3 个 bpls 才能运行。我设法找到了其中的 2 个,但无论我去哪里,我都找不到 vcl150.bpl。我还尝试安装 delphi IDE(XE3)。IDE 带有 vcl170.bpl,没有 vcl150.bpl。我该如何解决这个问题?
vcl150.bpl is the VCL runtime package for Delphi XE. You should contact whoever supplied the application and ask for the necessary packages.