Search found 3 matches

by wkrenn
17.03.2019, 22:53
Forum: ZeosLib 7.3/8.0 Forum
Topic: Zeos and Android
Replies: 3
Views: 1375

Re: Zeos and Android

Hi, I'm just trying https://svn.code.sf.net/p/zeoslib/code-0/branches/testing-7.3 rev 5517 and I was hitting a bug; Please change in ZEncoding - Line 1689 in PRawToUniCode change to (notice Low(Result)): {$IFDEF FAST_MOVE}ZFastCode{$ELSE}System{$ENDIF}.Move(wBuf[0], Result[Low(Result)], wlen shl 1);...
by wkrenn
18.02.2019, 21:22
Forum: ZeosLib 7.3/8.0 Forum
Topic: Zeos 7.3 testers-thread
Replies: 286
Views: 49033

Re: Zeos 7.3 testers-thread

Hi, @EgonHugeist, @Jan, @Fr0sT, @mdaems, All ZEOS 7.3.x svn 5438: http://sourceforge.net/p/zeoslib/code-0/HEAD/tree/branches/testing-7.3/ Compiles: - Delphi 10.3 Rio-Win32/Win64/Android. Out of curiosity I gave Zeos on Android a go today but I have to say it looks completely broken. Especially all t...
by wkrenn
31.05.2018, 12:44
Forum: ZeosLib 7.2 Forum
Topic: Bugfix for TZAbstractRODataset.GetActiveBuffer
Replies: 1
Views: 710

Bugfix for TZAbstractRODataset.GetActiveBuffer

Hi, In https://svn.code.sf.net/p/zeoslib/code-0/trunk/src/component/ZAbstractRODataset.pas (rev. 4080) there is a bug that prevents filtering of e.g. rxdbgrid on computed columns. For my attemted fix, see below. I dunno if this has been fixed in trunk. BTW: I totally did not understand the magic cas...