Hello,
I tried to install Zeoslib 6.6.0-beta on Delphi 7. I followed the instructions in this topic:
Install Zeosdbo 6.6.0 on Delphi 6
The problem is that I can't find the ZComponent.bpl in the archive file...
Did I miss something?
Thank you
David
Install Zeoslib 6.6.0-beta on Delphi 7
Moderators: gto, cipto_kh, EgonHugeist
-
- Fresh Boarder
- Posts: 2
- Joined: 31.01.2007, 10:45
-
- Fresh Boarder
- Posts: 2
- Joined: 31.01.2007, 10:45
I found how to do it...
1. You uncompress the archive.
2. You place the ..../package/delphi7/build folder in tour lib path in delphi 7
3. You copy the Dll files in /Windows/System folder
4. You Open the project ..../package/delphi7/ZeosDbo.bpg
5. In the Delphi 7 - Project Manager you right-click and click "Compile" one by one on the following files:
ZCore70.bpl
ZParseSql70.bpl
ZPlain70.bpl
ZDbc70.bpl
ZComponent70.bpl
YOU DON'T COMPILE THE ZComponentDesign70.bpl
6. In the Delphi 7 - Project Manager you right-click and click "Install" for ZComponentDesign70.bpl
That's all...
1. You uncompress the archive.
2. You place the ..../package/delphi7/build folder in tour lib path in delphi 7
3. You copy the Dll files in /Windows/System folder
4. You Open the project ..../package/delphi7/ZeosDbo.bpg
5. In the Delphi 7 - Project Manager you right-click and click "Compile" one by one on the following files:
ZCore70.bpl
ZParseSql70.bpl
ZPlain70.bpl
ZDbc70.bpl
ZComponent70.bpl
YOU DON'T COMPILE THE ZComponentDesign70.bpl
6. In the Delphi 7 - Project Manager you right-click and click "Install" for ZComponentDesign70.bpl
That's all...