Closed MyBuzzTechnologies closed 9 months ago
Please do the following test: compile only the Runtime packages (these are the packages WITHOUT the "Design" suffix) and check if the .dcp files appear in the Users/Public/Embarcadero/Studio/22.0/Dcp/ folder.
When these packages are compiled, these files must be generated in this folder. These are the files that are read by Runtime packages.
The runtime packages compile ok, and generate the Dcp files in the correct folder (the one you mentioned). However, the design time packages still won't build due to not being able to find the Dcp packages.
Try this: Menu "Component" > "Install Packages", find all Digao Dalpiaz - DzHTMLText..." and remove them.
After this, restart the component installation.
Thanks. I did a full clear + reinstall:
However - when I tried to install the design time packages I'm seeing a weird EntryPoint error:
Same error for the FMX one too.
This error happens when Delphi is reading Bpl or Dcp from somewhere else, where there is another build with different signatures.
Do a file search on your computer searching for DzHTMLText*.bpl and .dcp to make sure these files are not duplicated in some other folder.
Thanks Digao, it looks like I had a version in an old Delphi install folder that 11.3 was picking up. I cleared all those out and it installs correctly now. Thanks for you help 🙏
When I follow the instructions to manually install the latest (v6.0) component, it builds the first two packages without problems, but fails to build the TextDesign ones (VCL or FMX) with an error "unable to find required package DzHTMLText.dcp".
I've checked the default folder (c:\public\document\embarcadero\22.0\Dcp and Bpl) and the necessary files are in the folder.
This is a clean install of v6.0 - all previous bpl, hpp, dcp etc were deleted before trying to build.