txquery icon indicating copy to clipboard operation
txquery copied to clipboard

Can't install on 10.4.2

Open D-Geiger opened this issue 4 years ago • 2 comments

It compiles without error, but when I try to install dclXq_D27.bpl, I get the message "Can't load package C:\Program Files\TxQuery\bin\D103Rio\Win32\Debug\dclXq_D27.bpl. The specified module could not be found."

I then changed the paths in dclXq.dproj, Xq.dproj, and XqTests.dproj to use the D104Sydney folder instead of the D103Rio one, and compiled all of TxQuery. I then get the message "Can't load package C:\Program Files\TxQuery\bin\D104Sydney\Win32\Debug\dclXq_D27.bpl. The specified module could not be found." I've checked, and dclXq_D27.bpl exists in the folder.

TxQuery Error TxQuery Files

D-Geiger avatar Mar 08 '21 23:03 D-Geiger

I had the same issue. What I did to fix was copy the 2 bpl files (dclXq_D27.bpl, Xq_D27.bpl) from C:\Users\<user>\DelphiComponents\txquery\bin\D104Sydney\Win32\Debug or wherever you built the bpl files, to C:\Users\Public\Documents\Embarcadero\Studio\21.0\Bpl

Then in the IDE main menu click "Component" -> "Install Packages..." then browse to C:\Users\<user>\DelphiComponents\txquery\bin\D104Sydney\Win32\Debug and select the 2 bpl files and install them.

iofly avatar Jan 28 '23 14:01 iofly

this works and is needed for Delphi 11 as well.

KevinOleniczak avatar Oct 30 '23 05:10 KevinOleniczak