[solved] Installing package issue(ZEOSDBO-7.0.3-stable)

The stable tester's forum for ZeosLib 7.0.x series

Report problems concerning our Delphi 2009+ version and new Zeoslib 7.0 features here.
aliboy
Fresh Boarder
Fresh Boarder
Posts: 12
Joined: 23.11.2012, 13:32

[solved] Installing package issue(ZEOSDBO-7.0.3-stable)

Post by aliboy »

hi everyone

@Moderator:
sorry,i didn't found the appropriate path to post this,so if could wrong,please move to appropriate path
thank you


thanks to and all team members,developers & contributors!.Zeos ,it's great and easy for using.

i had used Zeos 7.0.1-beta in Lazarus (1.0.2)/32bit,and since I was going to migrate the latest version (ZEOSDBO-7.0.3-stable) so removed Zeos 7.0.1-beta from IDE.
while installing the package (stable version) encountered to a new issue that said:(i didn't install ZEOSDBO-7.0.3-stable)

(ZEOSDBO-7.0.3-stable downloaded from http://zeosdownloads.firmos.at/download ... stable.zip )
the package zcomponent does not have any register procedure ,which typically means,it does not provide any IDE addon. Installing it will probably only increase the size of the IDE and may even make it unstable.
Hint:if you want to use a package in your project,use the "add to project" menu item.
thank you in advance
aliboy
Fresh Boarder
Fresh Boarder
Posts: 12
Joined: 23.11.2012, 13:32

Post by aliboy »

after reboot my machine,I re-install component (ZEOSDBO-7.0.3-stable) and encountered to these errors:
G:\programming\Lazrus_P\Component(DataBase)\ZEOSDBO-7.0.3-stable\src\component\ZAbstractConnection.pas(106,42) Error: Identifier not found "TZControlsCodePage"
G:\programming\Lazrus_P\Component(DataBase)\ZEOSDBO-7.0.3-stable\src\component\ZAbstractConnection.pas(106,42) Error: Error in type definition
G:\programming\Lazrus_P\Component(DataBase)\ZEOSDBO-7.0.3-stable\src\component\ZAbstractConnection.pas(112,66) Error: Identifier not found "TZControlsCodePage"
G:\programming\Lazrus_P\Component(DataBase)\ZEOSDBO-7.0.3-stable\src\component\ZAbstractConnection.pas(266,51) Error: Identifier not found "TZControlsCodePage"
G:\programming\Lazrus_P\Component(DataBase)\ZEOSDBO-7.0.3-stable\src\component\ZAbstractConnection.pas(266,51) Error: This kind of property can't be published
G:\programming\Lazrus_P\Component(DataBase)\ZEOSDBO-7.0.3-stable\src\component\ZAbstractConnection.pas(311,1) Fatal: There were 5 errors compiling module, stopping
User avatar
EgonHugeist
Zeos Project Manager
Zeos Project Manager
Posts: 1936
Joined: 31.03.2011, 22:38

Post by EgonHugeist »

aliboy,

slightly i can't see such posts any more (((;

You're still mixing some old and new compiled files. The errors you see are not Zeos or LCL related. I guess you should clean up your harddisk more carefully (; ?
Best regards, Michael

You want to help? http://zeoslib.sourceforge.net/viewtopic.php?f=4&t=3671
You found a (possible) bug? Use the new bugtracker dude! http://sourceforge.net/p/zeoslib/tickets/

Image
aliboy
Fresh Boarder
Fresh Boarder
Posts: 12
Joined: 23.11.2012, 13:32

Post by aliboy »

EgonHugeist

thank you.
I don't know where should clean up exactly?!
I try to clean up but didn't any result.
Zoran
Senior Boarder
Senior Boarder
Posts: 55
Joined: 07.05.2010, 22:32

Post by Zoran »

Open all five Zeos packages from the same folder and compile them one by one, as explained here: http://zeos.firmos.at/viewtopic.php?p=16767#16767
aliboy
Fresh Boarder
Fresh Boarder
Posts: 12
Joined: 23.11.2012, 13:32

Post by aliboy »

Zoran wrote:Open all five Zeos packages from the same folder and compile them one by one, as explained here: http://zeos.firmos.at/viewtopic.php?p=16767#16767

I don't know what word(s) must using to Thanks to you(Zoran).Solved!


1. zcore ------------> Compilation OK
2. zparsesql --------> Compilation OK
3. zplain ------------> Compilation OK
4. zdbc -------------> Compilation OK
5. zcomponent ----> Compilation OK / Installation OK

255 files generated in C:\lazarus\packager\ZeosLib\ZEOSDBO-7.0.3-stable\packages\lazarus\lib\i386-win32

Thanks
blotfib
Fresh Boarder
Fresh Boarder
Posts: 22
Joined: 16.02.2013, 01:56

Delphi XE3 did not succed to compile ZComponent170.bpl

Post by blotfib »

Hi
I compiled the 3 previous one, but when trying the ZComponent170.bpl
it asked me to delete (with no other choice):
Supprimer ZPlainOracleDriver, ZPlainPostgreSqlDriver, ZPlainSqLiteDriver, ZPlainAdo, ZPlainAdoDriver, ZPlainASADriver, ZPlainDbLibDriver, ZPlainMySqlDriver.

Supprimer ZDbcSqLite, ZDbcSqLiteMetadata, ZDbcSqLiteResultSet, ZDbcSqLiteStatement, ZDbcSqLiteUtils, ZDbcAdo, ZDbcAdoMetadata, ZDbcAdoResultSet, ZDbcAdoStatement, ZDbcAdoUtils, ZDbcASA, ZDbcASAMetadata, ZDbcASAResultSet, ZDbcASAStatement, ZDbcASAUtils, ZDbcDbLibResultSet, ZDbcDbLibStatement, ZDbcDbLibUtils, ZDbcInterbase6, ZDbcInterbase6Metadata, ZDbcInterbase6ResultSet, ZDbcInterbase6Statement, ZDbcInterbase6Utils, ZDbcMySql, ZDbcMySqlMetadata, ZDbcMySqlResultSet, ZDbcMySqlStatement, ZDbcMySqlUtils, ZDbcOracle, ZDbcOracleMetadata, ZDbcOracleResultSet, ZDbcOracleStatement, ZDbcOracleUtils, ZDbcPostgreSql, ZDbcPostgreSqlMetadata, ZDbcPostgreSqlResultSet, ZDbcPostgreSqlStatement, ZDbcPostgreSqlUtils, ZDbcDbLib.
the compilation then fail :
[dcc32 Erreur fatale] ZAbstractConnection.pas(62): F1026 Fichier introuvable : 'ZDbcAdo.dcu'
???

thanks for your help
User avatar
EgonHugeist
Zeos Project Manager
Zeos Project Manager
Posts: 1936
Joined: 31.03.2011, 22:38

Post by EgonHugeist »

blotfib,

uh i think you are one of the Delphi corner, right? We had some issues with the packages and fixed them on SVN until a new stable candidate will be released. Which Delphi do you use to attach a patch? Or use our SVN repositories on SourceForge.Net
Best regards, Michael

You want to help? http://zeoslib.sourceforge.net/viewtopic.php?f=4&t=3671
You found a (possible) bug? Use the new bugtracker dude! http://sourceforge.net/p/zeoslib/tickets/

Image
blotfib
Fresh Boarder
Fresh Boarder
Posts: 22
Joined: 16.02.2013, 01:56

Post by blotfib »

Thanks for your answer EgonHugeist,
I use Delphi XE3 Version 17.0.4625.53395
where can I find the patches or fixes ?
also, when the package will be working, could I use it with C++ Builder XE3 ?
Thanks a lot
User avatar
EgonHugeist
Zeos Project Manager
Zeos Project Manager
Posts: 1936
Joined: 31.03.2011, 22:38

Post by EgonHugeist »

blotfib,

i've attached our "fixed" XE2 package. Here i know, they are working. But i don't know somebody who is using XE3 and Zeos. Please overwrite your current XE3 files and upgrade the package. If everything is fine, than please attach a zipped file with the changes again. So i can commit the changes to our SVN. Also be sure all search-paths of the \src directory are added in your current environment settings..

Waiting for reply..
You do not have the required permissions to view the files attached to this post.
Best regards, Michael

You want to help? http://zeoslib.sourceforge.net/viewtopic.php?f=4&t=3671
You found a (possible) bug? Use the new bugtracker dude! http://sourceforge.net/p/zeoslib/tickets/

Image
blotfib
Fresh Boarder
Fresh Boarder
Posts: 22
Joined: 16.02.2013, 01:56

Post by blotfib »

ok, your XE2 version compile better than the XE3 but it still tell me :
Supprimer ZPropertyEditor, ZUpdateSqlEditor, ZComponentReg.
to compile !
it compiles without error
no time now, will test later if it works and reply
You do not have the required permissions to view the files attached to this post.
User avatar
EgonHugeist
Zeos Project Manager
Zeos Project Manager
Posts: 1936
Joined: 31.03.2011, 22:38

Post by EgonHugeist »

blotfib,

do i understand you correctly, theire is an remaining issue? Is the package usable?
Best regards, Michael

You want to help? http://zeoslib.sourceforge.net/viewtopic.php?f=4&t=3671
You found a (possible) bug? Use the new bugtracker dude! http://sourceforge.net/p/zeoslib/tickets/

Image
blotfib
Fresh Boarder
Fresh Boarder
Posts: 22
Joined: 16.02.2013, 01:56

Post by blotfib »

No components found in the components browser whereas there is the entry : "zeos database components" checked in the design package, but no components exists :-(
???
User avatar
EgonHugeist
Zeos Project Manager
Zeos Project Manager
Posts: 1936
Joined: 31.03.2011, 22:38

Post by EgonHugeist »

blotfib,

hmpf, right-clicking ZComponentDesign170.bpl -> Install doesn't help?
Best regards, Michael

You want to help? http://zeoslib.sourceforge.net/viewtopic.php?f=4&t=3671
You found a (possible) bug? Use the new bugtracker dude! http://sourceforge.net/p/zeoslib/tickets/

Image
blotfib
Fresh Boarder
Fresh Boarder
Posts: 22
Joined: 16.02.2013, 01:56

Post by blotfib »

ACTUALLY
I am installing from XE2 not XE3 so I have ZcomponeentDesign160.bpl R-click : Install
I did it many times, it succeded but componenets do not appear !
I deleted all what there is in : c:\Users\Public\Documents\RAD Studio\10.0\Bpl\
and did it again :
it generates :
16/02/2013 14:00 2ÿ913ÿ419 ZComponent160.bpl
16/02/2013 14:00 59ÿ064 ZComponentDesign160.bpl
16/02/2013 14:00 1ÿ571ÿ518 ZCore160.bpl
16/02/2013 14:00 3ÿ910ÿ214 ZDbc160.bpl
16/02/2013 14:00 1ÿ177ÿ819 ZParseSql160.bpl
16/02/2013 14:00 2ÿ259ÿ798 ZPlain160.bpl

but no components appear:-(

in fact, when installing the package, it does not register the componenents
like they say on the http://www.ebys.es/en/84-technological/ ... 2bits.html
"If all is ok at this point you will see the Information Window telling you all components have been right installed."

registration of components is needed
do you know how can I handle this ?
Post Reply