Can I use Zeoslib from FMX?

The forum for ZeosLib 7.2 Report problems. Ask for help, post proposals for the new version and Zeoslib 7.2 features here. This is a forum that will be edited once the 7.2.x version goes into RC/stable!!

My personal intention for 7.2 is to speed up the internals as optimal a possible for all IDE's. Hope you can help?! Have fun with testing 7.2
Post Reply
Yogi Yang
Fresh Boarder
Fresh Boarder
Posts: 17
Joined: 15.03.2008, 08:20

Can I use Zeoslib from FMX?

Post by Yogi Yang »

Hello,

Is there a possibility for me to use Zeoslib in my FireMonkey application?

I am planning to develop desktop applications for Windows and Linux.

If yes then what have I to take into consideration for different platforms?

TIA
--
Yogi Yang
User avatar
aehimself
Zeos Dev Team
Zeos Dev Team
Posts: 787
Joined: 18.11.2018, 17:37
Location: Hungary

Re: Can I use Zeoslib from FMX?

Post by aehimself »

I am personally not using FMX however not that long ago 7.3 (which is 8 now) was compiling on Linux64 platform too, see this post & thread. For it to do so a small change was necessary in the library loading code which I'm not sure was merged back to the 7.x series. Also, there could have been lots of changes which broke Linux compatibility as there are no Linux tests yet.

What I advise is simply to try if it works. If it does not, try with v8. If that does not work either please let us know :)
Delphi 12.1, Zeos 8 from latest GIT snapshot
Using:
- MySQL server 8.0.18; libmariadb.dll 3.3.8
- Oracle server 11.2.0, 12.1.0, 19.0.0; oci.dll 21.13
- MSSQL 2012, 2019; sybdb.dll FreeTDS_2435
- SQLite 3.45.2
marsupilami
Platinum Boarder
Platinum Boarder
Posts: 1939
Joined: 17.01.2011, 14:17

Re: Can I use Zeoslib from FMX?

Post by marsupilami »

Zeos 8 works for FMX on Android - I do have a small app working there. It should also work for FMX on Linux.

Zeos 7.2 on LInux is another beast. It works on LInux for FPC. But I am not sure if the Linux compilers by Embarcadero support all necessary data types to get Zeos 7.2 to compile.

So my advice is to start your project with Zeos 8.
Yogi Yang
Fresh Boarder
Fresh Boarder
Posts: 17
Joined: 15.03.2008, 08:20

Re: Can I use Zeoslib from FMX?

Post by Yogi Yang »

@aehimself and @marsupilami,

Thank you very much for the information.

I will try my hands on Zeos 8.
--
Yogi Yang
Post Reply