You are not logged in.
FPC/Linux: What can i do with mORMot with Lazarus on Linux 64?
Thank you for providing your framework for FPC / Lazarus / Linux!
Could tell us what is possible we use with your framework and the current FPC situation? And what we can't use.
Thank you
Offline
We tested Linux 32 bit (x86 and ARM) only by now.
Take a look at the documentation for supported platforms.
http://synopse.info/files/html/Synopse% … l#TITL_112
Preliminary Linux support (via FPC 2.7.1) is available, but we face some FPC compiler-level issue, which does not supply the needed interface RTTI - see http://bugs.freepascal.org/view.php?id=26774 - so that the SOA and MVC features are not working yet; but you can use remote RESTful ORM process hosted on a Linux server.
As a consequence, the potential implementation schemes could be hosted as such:
- (...)
- Linux servers to host ORM / RESTful applications - but without Client-Server services via interfaces nor MVC/MVVM Web applications yet, and with less stability than under Windows, since this platform is very new to the framework.
Linux support is a work in progress, remember!
Offline