Zeos and Android
-
- Fresh Boarder
- Posts: 2
- Joined: 13.03.2019, 03:44
Zeos and Android
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
-
- Platinum Boarder
- Posts: 1956
- Joined: 17.01.2011, 14:17
Re: Zeos and Android
Hello,
Zeos 7.3 compiles for Android. But we didn't do any testing yet. Could you share an demo application?
Best regards,
Jan
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
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
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
- EgonHugeist
- Zeos Project Manager
- Posts: 1936
- Joined: 31.03.2011, 22:38
Re: Zeos and Android
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/
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/