ZEOS 7.0.5 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.
Post Reply
jpnuage
Fresh Boarder
Fresh Boarder
Posts: 5
Joined: 02.03.2012, 11:03

ZEOS 7.0.5 Stable

Post by jpnuage »

Hello every body and Happy New Year

Well, it doesn't start well for me. I have ZEOS 7.0.0-dev with Delphi 7 and Firebird 2.1. I wanted to migrate to 7.0.5. I downloaded the zip file, but none of the packages could be compilated so I'm stack :evil:
And no installation documentation is to be found in the files included in the Zip file, which, I must say, upsetes me quite a bit :mrgreen:
Thanks for any information
User avatar
EgonHugeist
Zeos Project Manager
Zeos Project Manager
Posts: 1936
Joined: 31.03.2011, 22:38

Re: ZEOS 7.0.5 Stable

Post by EgonHugeist »

Keep track you've removed all old pre-compiled files of you old Zeos. Than rebuild all packages again, install and have fun.

Btw. 7.1.2 is already available. 7.1.3 will be released next days too
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
jpnuage
Fresh Boarder
Fresh Boarder
Posts: 5
Joined: 02.03.2012, 11:03

Re: ZEOS 7.0.5 Stable

Post by jpnuage »

I'm not as far as installing. No package can be compiled ! Plenty of errors : undeclared varianles like (french version)

[Erreur] ZPlainDriver.pas(75): Identificateur non déclaré : 'RawByteString'
[Erreur] ZPlainDriver.pas(269): Aucune version surchargée de 'ZDbcUnicodeString' ne peut être appelée avec ces arguments
and more in ZPlain.dpk

[Erreur] ZDbcIntfs.pas(254): Identificateur non déclaré : 'RawByteString'
if ZDbc.dpk

[Erreur] ZTestConfig.pas(241): Identificateur non déclaré : 'IZLoggingFormatter'
[Erreur] ZTestConfig.pas(288): Identificateur non déclaré : 'lcUnprepStmt'
and more in ZTestConfig

[Erreur] ZPropertyEditor.pas(514): Identificateur non déclaré : 'SupportsOverloadPrefixInStoredProcedureName'
in ZComponentDesign

and of course I had removed all olf version of ZEOS
jpnuage
Fresh Boarder
Fresh Boarder
Posts: 5
Joined: 02.03.2012, 11:03

Re: ZEOS 7.0.5 Stable

Post by jpnuage »

By the way, I tried to installe ZEOS 7.1.2 stable ( :?: )
Second package ZPlain.dpk
[Erreur] ZPlainLoader.pas(238): Identificateur non déclaré : 'SLibraryNotCompatible' (undeclared indentifier 'SLibraryNotCompatible)
[Erreur] ZPlainLoader.pas(238): Aucune version surchargée de 'Format' ne peut être appelée avec ces arguments (no overloaded version of Format may be called with such arguments)
[Erreur] ZPlainLoader.pas(248): Identificateur non déclaré : 'SLibraryNotCompatible'
[Erreur] ZPlainLoader.pas(248): Aucune version surchargée de 'Format' ne peut être appelée avec ces arguments
[Erreur fatale] ZPlainDriver.pas(58): Impossible de compiler l'unité utilisée '..\..\src\plain\ZPlainLoader.pas'

:censored:
User avatar
EgonHugeist
Zeos Project Manager
Zeos Project Manager
Posts: 1936
Joined: 31.03.2011, 22:38

Re: ZEOS 7.0.5 Stable

Post by EgonHugeist »

Please.... Your error list clearly tells me Delphi is linking a different ZCore.bpl and or old *.dcu than the other Z*.bpl packages do require for compiling the new code.
AGAIN: please clean up all old compiled files. I'm 100% sure you've some garbage in you Delphi-search paths you really should clean up first.

Just a hint it works like a charme: http://zeoslib.sourceforge.net/viewtopi ... &start=178
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
Post Reply