Latest trunk from SVN without register procedures

The alpha/beta tester's forum for ZeosLib 7.0.x series

Report problems concerning our Delphi 2009+ version and new Zeoslib 7.0 features here.

This is a forum that will be removed once the 7.X version goes into stable!!

Moderators: gto, EgonHugeist, olehs

Locked
glk70
Fresh Boarder
Fresh Boarder
Posts: 19
Joined: 08.03.2010, 17:58

Latest trunk from SVN without register procedures

Post by glk70 »

IU just downloaded the current trunk with SVN and I discoverd that there is no install procedure in the source files.
SO if you install ZCOmponent140.bpl (or any other ZComponentXXX.bpl) no component is registered.

Known Problem ?
seawolf
Zeos Dev Team *
Zeos Dev Team *
Posts: 385
Joined: 04.06.2008, 19:50
Contact:

Post by seawolf »

Try ZeosDbo.groupproj instead of single bpl's
glk70
Fresh Boarder
Fresh Boarder
Posts: 19
Joined: 08.03.2010, 17:58

Post by glk70 »

seawolf wrote:Try ZeosDbo.groupproj instead of single bpl's
That's exacòy what I've done.
I do
- Build all on GroupProject
- Install on ZComponent140
no component installed.
I'e a previuos version on backup, and this procedure installs everything without an hitch
seawolf
Zeos Dev Team *
Zeos Dev Team *
Posts: 385
Joined: 04.06.2008, 19:50
Contact:

Post by seawolf »

try installing ZComponentDesign140
glk70
Fresh Boarder
Fresh Boarder
Posts: 19
Joined: 08.03.2010, 17:58

Post by glk70 »

seawolf wrote:try installing ZComponentDesign140
Sorry I mistyped in the previous message

Installing ZComponentDesign140 nothing is installed.

Worst : Searching in the whole project directory for the register procedures no one is found.
glk70
Fresh Boarder
Fresh Boarder
Posts: 19
Joined: 08.03.2010, 17:58

Post by glk70 »

I've investigated a little bit and I found that

ZComponentReg does exists and contains a Register procedure

ZComponentReg is not listed in any Uses of any package in ZeosLib

Comparing with the version downloaded in March8 the ZComponentReg was included in the ZComponentDesign140 , but int eh current version ( saturday May 1 2010, MERGED TESTING BRANCH 798-802 ) are not present

If I include the ZComponentReg.pas in ZComponentDesign140 and try to rebuild compiler aborts with message : Unit(s) ZPropertyEditor, ZUpdateSqlEditor, ZComponentReg were found in required package ZComponent.

I search throughfully in the ZComponent Package, but found no sign of these packeages.

So I cleaned all and rebuilt all.
Same result.

I cannot understand were these units are used and included.
I've downloaded the trunk of {2010-04-30}, same result

Any Hint ?
----
seawolf
Zeos Dev Team *
Zeos Dev Team *
Posts: 385
Joined: 04.06.2008, 19:50
Contact:

Post by seawolf »

Just downloaded and installed succesfully rev 803.
What I do:

- Delete old Zeos folder and bpl's
- Open ZeosDbo.groupproj
- Open ZeosDBo menù (on the right side) select ZComponentDesign
- goto project -> compile ZComponentDesign
- goto project -> build ZComponentDesign
- Open ZeosDBo menù (on the right side) select ZComponentDesign, right click "Install" .. it appears a message where new component are added

Now I watch a new palette called "Zeos Access"
glk70
Fresh Boarder
Fresh Boarder
Posts: 19
Joined: 08.03.2010, 17:58

Post by glk70 »

THat's exactly the procedure I followed...
unfortunately the list of componente in the message Box "New components added" is empty.
And the ZEOS Access Palette is Empty.

the only way I got to use ZEOS is to copy over the project ZeosDbo.groupproj from an old and working version.
this way the palette is filled with components.
Something wrong with the project I got via SVN.
Locked