jerik 0 Posted March 14 Support for the Linux-platform under Pro (and why not, even under CE). I understand there are licensing issues going on with FMX for linux, but for webserver and console applications it should be fine I suppose. Share this post Link to post
shineworld 85 Posted March 14 Import and ability to use common C++ DLL files (eg: OpenCV, VTK, OpenCascade, etc). Actually I use Python4Delphi to get access to some features of these DLL but it is just a workaround. Share this post Link to post
johnnydp 25 Posted yesterday at 05:49 AM On 1/2/2025 at 5:54 PM, Jason Nelson said: 4. Last I checked (which was a while ago), the 64-bit compiler was horribly unoptimized and if you look at the ASM generated, it constantly refetches the "self" pointer over and over and over when it could easily have put that in a register for reuse. There's hardly any brains in the ASM about what's already in what register... I use delphi because I want it to be fast... and it just isn't fast anymore... in fact C# can be just as fast or faster in some scenarios. yeah,, exactly, C# code is now in versions 8,9 and 10 preview just faster than Delphi. LOL Share this post Link to post
chmichael 14 Posted yesterday at 07:40 AM (edited) CrossVCL should be awesome and Open Source RTL as C# has Edited yesterday at 07:40 AM by chmichael Share this post Link to post