Zeos and Android

The offical for ZeosLib 7.3 Report problems, ask for help, post proposals for the new version of Zeoslib 7.3/v8
Quick Info:
-We made two new drivers: odbc(raw and unicode version) and oledb
-GUID domain/field-defined support for FB
-extended error infos of Firebird
-performance ups are still in queue
In future some more feature will arrive, so stay tuned and don't hassitate to help
Post Reply
epolanco10
Fresh Boarder
Fresh Boarder
Posts: 2
Joined: 13.03.2019, 03:44

Zeos and Android

Post by epolanco10 »

Hi, i want to know if Zeos support android im using delphi Rio 10.3 and when im compiling no error but when I execute the app in my device dosent start but when i delete the Zeos componet from my app it start so im guesing is the component need help thanks
marsupilami
Platinum Boarder
Platinum Boarder
Posts: 1935
Joined: 17.01.2011, 14:17

Re: Zeos and Android

Post by marsupilami »

Hello,

Zeos 7.3 compiles for Android. But we didn't do any testing yet. Could you share an demo application?
Best regards,

Jan
wkrenn
Fresh Boarder
Fresh Boarder
Posts: 3
Joined: 31.05.2018, 12:36

Re: Zeos and Android

Post by wkrenn »

Hi,

I'm just trying https://svn.code.sf.net/p/zeoslib/code- ... esting-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);

The original svn had Result[1] which doesn't work with mobile compilers and makes the code crash later on.

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

Re: Zeos and Android

Post by EgonHugeist »

Hi i've applyed the changes as suggested. I answered on our bugtracker already. Any news on this?
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