hmespana / txquery

Automatically exported from code.google.com/p/txquery
Other
0 stars 0 forks source link

Error to installing into Delphi 2010 #1

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Xq_D2010.bpl was not found.

Original issue reported on code.google.com by tonyyip1...@gmail.com on 3 Dec 2009 at 5:57

Attachments:

GoogleCodeExporter commented 8 years ago
Where you compile and keep Xq_D2010.bpl file?  You should add the folder of
Xq_D2010.bpl in environment path.  Or you may copy Xq_D2010.bpl to 
%windir%\system32.

Please let me know if it works and I will close this issue.

Original comment by cychau on 3 Dec 2009 at 7:03

GoogleCodeExporter commented 8 years ago
Xq_D2010.bpl and dclXq_D2010.bpl are created in Packages\D2010\bin folder
automatically after compile, the error occurs when i install the dclXd_D2010 
package.
Should i copy both files to windows\system32 manually?

Thanks.

Original comment by tonyyip1...@gmail.com on 3 Dec 2009 at 10:30

GoogleCodeExporter commented 8 years ago
You have 2 choices, pick either one:

1. Copy Xq_D2010.bpl to %windir%\system32
2. Add "<...>\Packages\D2010\bin" to environment variable "Path"

I prefer 2nd choice.

You may also need to add "<...>\Packages\D2010\lib" into the Delphi's Library 
Path
(Tools | Options | Environment Options | Delphi Options | Library - Win32 | 
Library Path)

Original comment by cychau on 4 Dec 2009 at 1:21