You are not logged in.
Pages: 1
I'm new to mORMot. Framework looks great! Congratulations on your work. Do you have a plan for Delphi Linux64 support?
Offline
No plan for Delphi Linux support yet.
We have excellent FPC Linux support, and the Delphi Linux compiler has several incompatibility with regular Delphi code.
BTW we don't have any Delphi Linux license.
We are open to pull requests, but we could not make any test.
I don't see any easy possibility for mORMot 1.
But it should be much easier with mORMot 2, which has a much better cross-platform uncoupling - I guess it may be feasible.
You could easily develop on Delphi/Windows, then cross-compile using FPC to Linux.
We did this since years. On Windows 10, the WSL makes it very easy.
Offline
For a long time, I have been developing small services that run on Linux. I use FPC and Lazarus IDE to develop these services. The only IDE to be used with FPC is Lazarus. However, I think Delphi IDE is more comfortable than Lazarus at a few points.
I hope you add Delphi Linux support to your roadmap.
Last edited by nakisen (2021-04-30 17:24:25)
Offline
You have already done some testing of an application compiled in delphi running on different distributions of Linnux?
When I tested the portability are not good. I had several link problems.
I never tested it again and I don't know how it is now.
But with FPC the same executable runs perfectly in different distributions.
Offline
I tested Linux applications compiled in Delphi on CentOS7 and CentOS8. I did not have any problems. I have not had experience with different Linux distributions.
Offline
With FPC, I was able to cross-compile to very old linux distributions, with no trouble, just by replacing the .so for the cross-compiler paths.
I don't think it could be possible with Delphi.
On Linux, Lazarus is just very stable and efficient: much faster than Delphi, never crashing. I spend days on Linux Lazarus without the need to restart the IDE. Try it with Delphi.
Only the debugger is behind Delphi, but with the fpdebug package, it is much more usable, especially on Linux.
Offline
Offline
...I think Delphi IDE is more comfortable than Lazarus at a few points.
I had this feeling about Delphi too.
But when I started using Lazarus more deeply this changed.
Some links that may be of interest to you
Several really useful tips using the editor
https://wiki.lazarus.freepascal.org/Lazarus_IDE_Tools
Use pascal macros (to duplicate / move lines, etc.)
https://forum.lazarus.freepascal.org/in … 907.0.html
Docked IDE like Delphi.
http://newpascal.org/docked.html
Offline
But when I started using Lazarus more deeply this changed.
Some links that may be of interest to you
I have been developing Linux Daemons with lazarus since 2013. I know all the information you have specified.
I did not know about LazDebuggerFp. I will try.
Thanks.
Offline
Pages: 1