Olaf Monien
Due to an interesting code example, behind which Kim Madsen first suspected a possible bug in the Delphi compiler, I took a closer look at the calling behavior of overloaded methods that also contain generic… … Read more
4 years ago in Allgemein, Delphi, generics0
Olaf Monien
With the upcoming RAD Studio 10.4 Sydney, Embarcadero will launch a sponoring program for open source libraries. There are essentially two basic requirements: The project must be published on Github The project must be in… … Read more
5 years ago in Allgemein0
Olaf Monien
Additional info on how to publish Delphi apps to the Microsoft Store. Der Beitrag Publishing Delphi Apps to the Microsoft Store Episode 2 erschien zuerst auf Developer Experts. … Read more
5 years ago in Delphi, FireMonkey0
Olaf Monien
There are frequently questions about how to get the results of a REST query (JSON) into a database table. This can of course be done manually, by using the “while not EOF do” approach, but… … Read more
5 years ago in Delphi0
Olaf Monien
In this video, I will guide you through the steps to get your Delphi app published in Microsoft’s App Store. For this demonstration, I will use a Firemonkey app, but technically the same thing would… … Read more
5 years ago in Delphi, FireMonkey0
Olaf Monien
In this episode of my “Delphi Quick Thoughts” series, I am demonstrating how to connect to a WordPress site from Delphi. I am using CData’s WordPress Enterprise connector for that. https://www.cdata.com/firedac/ CData has more than… … Read more
5 years ago in database, Delphi0
Olaf Monien
Many Delphi applications, esp. mobile iOS or Android apps, are using REST, to retrieve data from a backend. Often TRESTClient and TRESTRequest are used to get access to an external REST api. There several Blogs… … Read more
6 years ago in C++, Delphi0
Olaf Monien
“C:\Program Files (x86)\Windows Kits\10\App Certification Kit\signtool.exe” sign /n “CERTIFICATE NAME (CN or Subject)” /tr http://timestamp.comodoca.com /du https://www.developer-experts.net “$(OUTPUTPATH)” With each “build” the EXE is now … … Read more
6 years ago in Allgemein, CodeSign, Delphi, Security0
Olaf Monien
If your Xcode version updates (manually or by Apple’s updating mechanism) then make sure to re-import the iOS/macOS SDK from within Delphi. To build and deploy iOS/macOS apps with Delphi, you need Xcode for the… … Read more
7 years ago in Delphi, FMX, ios, Xcode0
Olaf Monien
Since Apple updated Xcode to version 8.3.x, iOS IPA deployment is broken with Delphi up to 10.2 (Tokyo). There is an official workaround, which basically instructs to download Xcode 8.2 and use that for now:… … Read more
8 years ago in Delphi0
Olaf Monien
Apple requires you to specify if your apps are using any form of encryption. If you do not use encryption, you have to confirm that in your app settings on iTunes Connect – this is… … Read more
8 years ago in Delphi0