Page 1 of 1

ZEOS 7.0.5 Stable

Posted: 09.01.2014, 18:16
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

Re: ZEOS 7.0.5 Stable

Posted: 09.01.2014, 21:06
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

Re: ZEOS 7.0.5 Stable

Posted: 10.01.2014, 09:16
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

Re: ZEOS 7.0.5 Stable

Posted: 10.01.2014, 10:26
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:

Re: ZEOS 7.0.5 Stable

Posted: 11.01.2014, 01:44
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