Page 1 of 1

Zeos and Android

Posted: 13.03.2019, 03:54
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

Re: Zeos and Android

Posted: 15.03.2019, 09:40
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

Re: Zeos and Android

Posted: 17.03.2019, 22:53
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

Re: Zeos and Android

Posted: 11.05.2019, 05:45
by EgonHugeist
Hi i've applyed the changes as suggested. I answered on our bugtracker already. Any news on this?