gabr42
When writing libraries you sometimes want to provide users (that is, programmers) with a flexible API. If a specific part of your library can be used in different ways, you may want to provide multiple… … Read more
6 years ago in Best practices, compiler, Delphi, language, operators, programming0
GunSmoker
You (as developer) is interested in getting as much bug reports as possible. First, you have to select a reliable send method for delivering reports from users to you. However, it may be not enough…. … Read more
6 years ago in best practice, Delphi, EL 7.x, how-to, technical0
GunSmoker
EurekaLog’s code can be used to easily send arbitrary e-mails from your code. Option 1 Use EurekaLogSendEmail function from ESendMail unit. For example: EurekaLogSendEmail(‘recepient@example.com’, ‘Subject’, ‘Body’); or like this: if not EurekaLogSend… … Read more
6 years ago in Delphi, EL 7.x, feature, how-to, technical0
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
6 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
6 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
6 years ago in Allgemein, CodeSign, Delphi, Security0