This issue is driving me crazy. I'm trying to compile and install The QR Designer
from QuickReports 6
. I have an issue just with the one package. When I right the package in the IDE > Install the IDE gives me:
Can't load package C:\xe10_3\QRDesign\Win32\Debug\dclqrd_DXE10_3.bpl. The specified module could not be found.
But the exact file is there.
I've also tried installing it via the menu under Components > Install Packages
and then choosing the BPL from there, with the same issue.
I've tried to use Process Monitor
as on this post here to find the issue:
Delphi Can't load package the specified module cannot be found
I couldn't fix the issue, but what I did pick up from Process Monitor was that some process was looking for the package here:
Computer\HKEY_CURRENT_USER\Software\Embarcadero\BDS\21.0\Package Cache\dclqrd_DXE10_3.bpl
That key didn't exists. I tried manually creating the key, but that didn't do a thing.
Any ideas?
UPDATE
Here is the list of packages:
As you can see, dclqrd_DXE10_3
is dependant on two others. Which I already built and installed. I removed its references and re-added them again now, to make sure the references are sound. I guess its like Remy said, the Specified module not found
is probably not referring to dclqrd_DXE10_3
although I don't know what other module it could be referring to.