Dalija Prasnikar
First, forgive me if some of my thoughts seem a bit contradictory or confusing. My brain is still steaming… and I am not sure what to think…Please, no…What took you so long…Nooooo….But before, I start… … Read more
6 years ago in ARC, Delphi, memory management0
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
Ondrej Kelle
In a response to this question on G+, I just published projpage-xe, an IDE extension for RAD Studio XE (Delphi and C++Builder) as open source on GitHub. This IDE extension is targeting RAD Studio XE… … Read more
6 years ago in Delphi, IDE extension0
blong
Exciting times – conference season is upon us again and I’m excited to be heading off to a couple of them to talk to Delphi developers around Europe about subjects I’m passionate about.First off, and… … Read more
6 years ago in Delphi0
Serg
A *.dcp file is created when Delphi builds a package. It always bothered me that the default *.dcp file location does not take into account the build configuration. For example, the default location for Win32… … Read more
6 years ago in Delphi, programming, Uncategorized0
Serg
Why Delphi programmer needs Python at all? The main reason is: Python ecosystem is much bigger and much more active than Delphi ecosystem; there are many useful and actively developing projects in Python, much more… … Read more
6 years ago in Delphi, MkDocs, programming, Python, Uncategorized0
Bruce McGee
“It’s always better to have too much to read than not enough.” — Ann Patchett Six months ago it was “reading by the fire” weather and now it’s “reading on the patio in the shade”… … Read more
6 years ago in Books, Delphi0
Michael Riley
One week after I wrote about Warren Buffet’s 25-5 rule I created my own “Top 5” list. However, this time I put a little twist on it. Instead of creating a to-do list of things… … Read more
6 years ago in Delphi, duntemann0
Ondrej Kelle
Embarcadero has announced the Community Edition releases for Delphi and C++Builder. Sounds like a reason to celebrate. But reading the “fine print” is rather sobering, as the license agreement practically excludes anyone but some students… … Read more
7 years ago in Delphi, Free Pascal, Lazarus0
GunSmoker
We are pleased to announce the availability of the new 7.7 version. EurekaLog is a tool for Delphi and C++Builder that gives your application the power to catch every exception and memory/resource leak, generating a… … Read more
7 years ago in Delphi, EL 7.x, Releases0
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
7 years ago in Allgemein, CodeSign, Delphi, Security0
Serg
Download the latest FastMM4 release; currently it is version 4.992 Copy the precompiled FullDebugMode dll’s from the downloaded archive to the folders where Windows can find them. I recommend to do the following: Manually create… … Read more
7 years ago in Delphi, FastMM4, Uncategorized0
Ondrej Kelle
Having blogged about a few bugs in multi-threading libraries recently, I want to show an easy and convenient alternative. It’s minimalistic but it works. On Windows, the I/O completion port offers a way to use… … Read more
7 years ago in Delphi, fpc, iocp, multithreading, windows0
Ondrej Kelle
So you’ve put in the time and effort to refactor your code and data for parallel execution and are eager to see some parallel action. Unfortunately, you might be disappointed; in some cases your tasks… … Read more
7 years ago in Bug, Delphi, multithreading0
Ondrej Kelle
Writing multi-threaded code is hard and takes a lot of time. That’s why it’s especially annoying to waste time with bugs like this. Reading (and enjoying) Primož Gabrijelčič’s book Delphi High Performance, I’ve come across… … Read more
7 years ago in Bug, Delphi, multithreading0