Page 25 of 35

Re: 7.2-Beta testers-thread

Posted: 04.09.2015, 18:20
by marsupilami
Hello Michal,

thanks for the updates. I checked them into the SVN for Zeos 7.2 and Zeos 7.3
Best regards,

Jan

Re: 7.2-Beta testers-thread

Posted: 22.09.2015, 19:00
by Luiz Carlos Junior
I still have doubts about the ZeosLib component in Delphi xe8 , Can anyone help. :D

Re: 7.2-Beta testers-thread

Posted: 24.09.2015, 12:16
by marsupilami
Hello Luiz,

which doubts do you have?
With best regards,

Jan

Re: 7.2-Beta testers-thread

Posted: 25.09.2015, 15:48
by miab3
@EgonHugeist, @marsupilami, @mdaems, All

I attach working packages for Delphi 10 Seattle for Zeos 7.3(svn 3648(3652)):
http://svn.code.sf.net/p/zeoslib/code-0 ... sting-7.3/
DelphiXE10_ZEOS73.zip
Michal

Re: 7.2-Beta testers-thread

Posted: 05.11.2015, 14:41
by miab3
@EgonHugeist, @marsupilami, @mdaems, All

I attach working packages for Delphi 10 Seattle:
for Zeos 7.2(svn 3650): http://svn.code.sf.net/p/zeoslib/code-0 ... sting-7.2/
DelphiDXS_ZEOS72.zip
Michal

Re: 7.2-Beta testers-thread

Posted: 05.11.2015, 17:56
by marsupilami
Hello Michahl,

I checked the packages in to the SVN. I renamed the package directory to DelphiXE10 to make it more clear (imho) which Delphi this is meant for.
Do you think these package files (and also the ones for Delphi XE8) can be used for the Zeos 7.3 branch?
Thank you and best regards,

Jan

Re: 7.2-Beta testers-thread

Posted: 05.11.2015, 18:28
by miab3
@marsupilami,

For ZEOS 7.3 should be used files from an earlier post (DelphiXE10_ZEOS73.zip):
http://zeoslib.sourceforge.net/viewtopi ... 041#p49344
(package Delphi XE8 ZEOS 7.3 also needs to be corrected).

Michal

Re: 7.2-Beta testers-thread

Posted: 11.11.2015, 11:28
by miab3
@EgonHugeist, @mdaems, All

Zeos7.2-beta branches_ testing_Revision 3657:
http://svn.code.sf.net/p/zeoslib/code-0 ... sting-7.2/
should compile and run on Delphi 10 Seattle 32/64 (and older to D7) and Lazarus and CodeTyphon.

Passes Test-Benchmark mORMot 15 - External DB performance(mod) ver 1.18.2051 2015-11-10 18:07:56:
http://synopse.info/fossil/info/66d9745 ... f1da956937

Michal

Re: 7.2-Beta testers-thread

Posted: 27.11.2015, 12:11
by miab3
@EgonHugeist, @mdaems, All

Zeos7.2-beta branches_ testing_Revision 3661:
http://svn.code.sf.net/p/zeoslib/code-0 ... sting-7.2/
compile and run on Delphi XE2 32/64/CPP32.
Should work (compile and run) on Delphi from 7 to DX10-Seattle and Lazarus and CodeTyphon.

Passes Test-Benchmark mORMot 15 - External DB performance(mod-Win32) ver 1.18.2092 2015-11-27 10:43:18:
http://synopse.info/fossil/info/38420e2 ... efecbd9daf

Michal

Re: 7.2-Beta testers-thread

Posted: 19.12.2015, 00:42
by miab3
@EgonHugeist, @mdaems, All

Zeos 7.3-beta branches_ testing_Revision 3685:
http://svn.code.sf.net/p/zeoslib/code-0 ... sting-7.3/
compile and run on Delphi 10 Seattle Win32/64.
NEW: OLEDB and ODBC working !!!
Should work (compile and run) on Delphi from 7 to 10-Seattle and Lazarus and CodeTyphon.

Passes Test-Benchmark mORMot 15 - External DB performance(mod-Win32/64) ver 1.18.2193 2015-12-18 18:48:50:
http://synopse.info/fossil/info/0cb70bc ... 7918ea6ef2

P.S. Older than Delphi 10 Seattle packages need adjustments. Can be modeled on packages\DelphiXE10.

Michal

Re: 7.2-Beta testers-thread

Posted: 30.12.2015, 11:15
by miab3
@EgonHugeist, @mdaems, All

Zeos 7.2-beta branches_ testing_Revision 3716:
http://svn.code.sf.net/p/zeoslib/code-0 ... sting-7.2/
and
Zeos 7.3-beta branches_ testing_Revision 3716:
http://svn.code.sf.net/p/zeoslib/code-0 ... sting-7.3/

compile and run on Delphi 10 Seattle Win32/64.
Should work (compile and run) on Delphi from Delphi 7 to Delphi 10 Seattle and Lazarus and CodeTyphon.

Michal

Re: 7.2-Beta testers-thread

Posted: 30.12.2015, 13:22
by DreamDancer
Hello,
current version (3716) compiles in Lazarus 32bit,
but not when used in a 64bit project:

ZFastCode.pas(324,11) Error: Function is already declared Public/Forward "RawToFloat(const PChar;const Char;var Double);"
ZFastCode.pas(329,11) Error: Function is already declared Public/Forward "RawToFloatDef(const PChar;const Char;const Double;var Double);"
ZFastCode.pas(340,11) Error: Function is already declared Public/Forward "UnicodeToFloat(const PWideChar;const WideChar;var Double);"
ZFastCode.pas(345,11) Error: Function is already declared Public/Forward "UnicodeToFloatDef(const PWideChar;const WideChar;const Double;var Double);"

I'm using Windows7/64

Re: 7.2-Beta testers-thread

Posted: 01.01.2016, 01:03
by miab3
@DreamDancer,

Try to change ZFastCode.pas and ZSysUtils.pas of these which I attach.
Fix_z7273_r3716.zip
It applies to svn 3716 in particular, Lazarus Win64.
And write, have helped?

Michal

Re: 7.2-Beta testers-thread

Posted: 01.01.2016, 09:08
by DreamDancer
@miab3

Thanks for your patches(Z72), my project compiles without errors!!!

A happy "New Year" to you and your people!

Re: 7.2-Beta testers-thread

Posted: 05.01.2016, 13:23
by miab3
@EgonHugeist, @mdaems, All

Zeos 7.2-beta branches_ testing_Revision 3726(3724):
http://svn.code.sf.net/p/zeoslib/code-0 ... sting-7.2/
and
Zeos 7.3-beta branches_ testing_Revision 3726:
http://svn.code.sf.net/p/zeoslib/code-0 ... sting-7.3/

compile and run on Delphi 2007 and Delphi 10 Seattle Win32/64 and CT5.60 Win32/64.
Should work (compile and run) on Delphi from Delphi 7 to Delphi 10 Seattle and Lazarus and CodeTyphon.

Michal