Can't load package - installation problems

  • Delphi Tokyo , Win 10, Win32 library

    When I try to install WPtools 8, the packages compile with no errors,

    but when hit Install menu, I get error message:

    Can't load package C:\Users\Public\Documents\Embarcadero\Studio\19.0\Bpl\WPTools8_DX12_Pack_DS.bpl

    Can't find module

    I checked, the bpl file is present in that location

    path C:\Users\Public\Documents\Embarcadero\Studio\19.0\Bpl is included in Delphi library path

    Other libraries install fine.

    • Offizieller Beitrag

    The design package includes a reference to the runtime "RT" package.

    Either you can compile the DL package without the reference (delete ...RT... from the list "required" and build) or the RT package must be compiled and located in the search path.