Delphi

How to connect to Oracle DB from Ubuntu Linux.

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 chose “stand-alone console application” this time. Place some components on TWebModule1. TFDConnection…
Read more
C++

New in 10.2: MariaDB Support

Author: Pawe Gowacki One of the biggest new RAD Studio 10.2 Tokyo database features is support for MariaDB open-source relational database. MariaDB is one of the most popular open-source SQL databases. It is a fork from MySQL database, after it has been acquired by Oracle…
Delphi

FireMonkey on Linux!

Author: Pawe Gowacki It did not take long since the release of Delphi Linux compiler to have the ability to build Linux GUIs with Delphi! Just go to http://fmxlinux.com and get the only currently available download of FireMonkey for Linux which is “Free Trial v…
News

Creating a Linux Daemon (service) in Delphi.

Author: Craig Chapman With the introduction of the Linux target for Delphi, a wide range of possibilities are opened up to Delphi developers, to create Linux server applications. Unfortunately there are currently a limited number of project types available from the RAD Studio IDE, and those do not include creating a service (or Daemon as it’s called in the Linux world). In this post I’ll…
Read more
News

Installing Ubuntu 16.04 LTS on VMWare Fusion for Linux Development with Upcoming Delphi 10.2 - Part 1

Author: AD66361 This week I’m going to do the first live preview of the upcoming version of RAD Studio 10.2 Tokyo in Prague. One of the most anticipated new features is support for Linux server-side development in Delphi. In this blog post, I’m going to document the steps to install Ubuntu 16.04.2 LTS Server into the VMWare Fusion virtual machine running on my Mac. Craig Chapman has…
Read more
Delphi

Preparing for Linux

Author: NatSam If you’ve seen the roadmap or the product address then you know Delphi for Linux is coming. Delphi’s come a long way in recent years, reaching all the platforms that matter . . . Windows 32-bit Windows 64-bit macOS iOS Android Windows 10…
News

Migrating Delphi - Case Studies Webinar

On this webinar we learned how to migrate from older editions of Delphi with some stories of what to look for and how to update your code (including tools and resources to help you along the way) This webinar focused on these three areas for migrating legacy Delphi to the current Delphi version: * Migrating 3rd Party Components / Libraries * Migrating Unicode * Migrations of Database and…
Read more