Page 1 of 1
How to Install Zeros 7.2 in Delphi XE8
Posted: 15.01.2017, 17:16
by dkjMusic
I have been trying for two days to do this with no luck.
Could someone please give me a step-by-step instruction on how to do it?
Re: How to Install Zeros 7.2 in Delphi XE8
Posted: 17.01.2017, 09:57
by marsupilami
Hello dkjMusic,
this is an instalation description written by someone else, modified by me:
Open the delphi project group ZeosDbo.bpg from subdirectory packages\DelphiXE8 ZeosDbo.bpg and compile the following packages in given order:
- ZCore.bpl
- ZParseSql.bpl
- ZPlain.bpl
- ZDbc.bpl
- ZComponent.bpl
Finally compile and install the ZComponentDesign.bpl. This step will register the Zeos components in your Delphi. PLease add the \packages\DelphiXE8\Win32\Debug or \packages\DelphiXE8\Win32\Release directories to your Delphi library path. Otherwise you will get error messages about DCU files that can not be found when you want to use Zeos in your projects.
With best regards,
Jan
Re: How to Install Zeros 7.2 in Delphi XE8
Posted: 17.01.2017, 16:42
by dkjMusic
There is no ZeosDbo.bpg in subdirectory packages\DelphiXE8.
Re: How to Install Zeros 7.2 in Delphi XE8
Posted: 17.01.2017, 16:44
by dkjMusic
There is no ZeosDbo.bpg in subdirectory packages\DelphiXE8.
Re: How to Install Zeros 7.2 in Delphi XE8
Posted: 17.01.2017, 16:50
by marsupilami
In that case either use the ProjectGroup22.groupproj or just open each package on its own
Re: How to Install Zeros 7.2 in Delphi XE8
Posted: 19.01.2017, 00:37
by dkjMusic
That worked. Thanks so much.