#1 2018-08-18 10:16:53

Leslie7
Member
Registered: 2015-06-25
Posts: 248

Could this approach work with IOS and Android?

I am still looking for a way to use mORMot with a local database in a mobile app.

Delphi supports IOS apps out of the box but from what I have gathered there is no reliable and efficient solution for Lazarus. The problem is that mORMot cannot be compiled with the Delphi ARM compiler.

I am thinking about compiling mORMot into a .so with Lazarus  instead and use that with a Delphi app. Being new to IOS development and short on time to test the idea I could use some advice. 

Has anyone used mORMot
1. for IOS with Lazarus at all?
2. within a dynamic library on a ARM system?

Offline

#2 2018-08-18 13:08:59

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 14,238
Website

Re: Could this approach work with IOS and Android?

1. I don't know.
2. Yes, the FPC/Android version uses a library, by definition of how the Android NDK works, IIRC.

Offline

Board footer

Powered by FluxBB