How to Install Zeros 7.2 in Delphi XE8

The forum for ZeosLib 7.2 Report problems. Ask for help, post proposals for the new version and Zeoslib 7.2 features here. This is a forum that will be edited once the 7.2.x version goes into RC/stable!!

My personal intention for 7.2 is to speed up the internals as optimal a possible for all IDE's. Hope you can help?! Have fun with testing 7.2
Post Reply
dkjMusic
Fresh Boarder
Fresh Boarder
Posts: 5
Joined: 30.11.2016, 03:03

How to Install Zeros 7.2 in Delphi XE8

Post 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?
marsupilami
Platinum Boarder
Platinum Boarder
Posts: 1861
Joined: 17.01.2011, 14:17

Re: How to Install Zeros 7.2 in Delphi XE8

Post 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
dkjMusic
Fresh Boarder
Fresh Boarder
Posts: 5
Joined: 30.11.2016, 03:03

Re: How to Install Zeros 7.2 in Delphi XE8

Post by dkjMusic »

There is no ZeosDbo.bpg in subdirectory packages\DelphiXE8.
dkjMusic
Fresh Boarder
Fresh Boarder
Posts: 5
Joined: 30.11.2016, 03:03

Re: How to Install Zeros 7.2 in Delphi XE8

Post by dkjMusic »

There is no ZeosDbo.bpg in subdirectory packages\DelphiXE8.
marsupilami
Platinum Boarder
Platinum Boarder
Posts: 1861
Joined: 17.01.2011, 14:17

Re: How to Install Zeros 7.2 in Delphi XE8

Post by marsupilami »

In that case either use the ProjectGroup22.groupproj or just open each package on its own ;)
dkjMusic
Fresh Boarder
Fresh Boarder
Posts: 5
Joined: 30.11.2016, 03:03

Re: How to Install Zeros 7.2 in Delphi XE8

Post by dkjMusic »

That worked. Thanks so much.
Post Reply