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 ?
Latest trunk from SVN without register procedures
Moderators: gto, EgonHugeist, olehs
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 ?
----
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 ?
----
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"
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"
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.
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.