Embarcadero Delphi Linux Bootcamp
You should also read:
JSON with RadStudio Delphi or C++ Builder
An introduction to JSON and using it within RadStudio Delphi or C++ Builder. JSON (JavaScript Object Notation) is a popular format for the encapsulation of structured data. If you’re familiar with XML, you can consider JSON as doing the same job fundamentally, though the two are…
Continue reading...Creating a Linux Daemon (service) in Delphi.
Edit: I originally wrote this post back in April 2017. Three months after I did, Paolo Rossi (MVP) also published a post on writing a Linux Daemon in Delphi entitled "Building a (real) Linux daemon with Delphi" I have to assume, given that Linux support…
Continue reading...Binding to dynamic libraries from your Delphi applications.
During one of my webinars this morning on migrating services from windows to Linux, a question was raised about how to import libraries to Delphi. In this post I’d like to explain what I’d done in that webinar in more detail, and show you how…
Continue reading...Configure Delphi and RedHat or Ubuntu for Linux development.
Image courtesy of Jim McKeeth. One of the more exciting features of the pending 10.2 release of Delphi and RAD Studio, is support for targeting Linux. In this post, I’m going to step you through setting up your development environment to deploy applications to either…
Continue reading...Calling Linux Commands from Delphi
One of the great features of Linux is that you can do just about anything from the command line. If we're able to gain access to command line instructions from our Delphi applications, this will give us a very powerful API for the system. In…
Continue reading...