To continue our discussion of Linux development, let’s take a look at this incredible collection of sample projects available for download, which demonstrate some amazing functions that you can use on your Linux projects.
First, let’s look at how to install the sample pack on Delphi using the GetIt tool.
Open Delphi, go to menu Tools-> GetIt Package Manager, type FMXLinuxSample…
Create Powerful Linux Applications Using Delphi And FMXLinux
December 25, 2020
The demand for Linux applications is increasing year after year, as this free and open-source OS becomes more prevalent on PCs. For those of you who need to meet this demand, I present to you FMXLinux (Embarcadero Software License) for Delphi, which allows you to work on…
Learn How To Easily Work With A COMPort On Linux In Delphi Using A WINSOFT Library
December 17, 2020
You can track and use all available ComPorts on your Linux machine by using this fantastic library.
It is simple, fast, and efficient to use; simply download and add the library path, declare the units, and call its functions.
Follow the tutorial to learn how to do so. In my…
Quickly Work With A COMPort On Linux With Delphi Using A WINSOFT library
November 27, 2020
If you have worked with COM Port Applications on Linux before, this is the most convenient and quick way to connect, write, and read data.
Using COMPORT for Linux, you can do it in a matter of minutes; all you need to do is download the library and include it in your project, and that’s it.
First and foremost, you must prepare your Linux machine for the deployment of your Console application…
How to connect to Oracle DB from Ubuntu Linux.
April 20, 2017
Author: h.mohri
At this point, Instant Client configuration is complete.
Finally, “./PAServer-19.0/paserver” is started up and ready.
[Create a new project.]
In Delphi IDE side, create a new project. Web Server Application, check Linux.
I…
Author: Dean C7173
Last week, in the Part 1 of this blog post we have installed Ubuntu 16.04 LTS Server-edition into a VMWare Fusion virtual machine running on Mac. Now we are going to complete the configuration of the Ubuntu server, install all the prerequisites for…