Creating a New Apache Project

1

Create the project

Point the IDE to the uniGUI Application Wizard. After pressing OK a new project will be created.

clip0193
clip0194
2

Add Linux 64-bit platform

Add the Linux 64-bit platform to the project.

clip0195
clip0202
circle-info

At this step we assume that you have set up a Linux profile in your Delphi IDE and that you can compile Delphi projects for the Linux platform.

3

Build the project

Build the project. After a successful build a file named libuniApache.so will be created in the output folder.

clip0203
4

Deploy the SO file to the Linux server

Deploy the generated SO file (libuniApache.so) to your Linux server. One easy way is to use PAServer. If you press F9 in Delphi, Delphi will deploy the generated SO file into the working directory of PAServer. Delphi may report an error that it cannot run a library file — this error can be ignored.

Screenshot from 2020-07-20 16-10-40