dummzeuch
Some long standing bugs in the GExperts code formatter have been fixed. It’s great to see nearly all unit tests finally succeed. About 10 new test cases have been added too, so the improvement is… … Read more
5 years ago in Delphi, GExperts0
dummzeuch
I just read that Yahoo will be closing down Groups and will delete all content there. By the end of October no new content will be accepted, by mid December all content will be deleted…. … Read more
5 years ago in Delphi, GExperts0
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
dummzeuch
dzBdsLauncher tries to solve the problem of accidentally opening a Delphi project with the wrong Delphi version. The latest version 1.0.1 now also reads the .DPROJ file to determine the Delphi version. See the dzBdsLauncher… … Read more
5 years ago in Delphi, dzBdsLauncher0
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
dummzeuch
As I mentioned before, Embarcadero will turn off Code Central which will result in a wealth of Delphi code and tools vanishing from the face of the earth. I have just saved two more entries… … Read more
5 years ago in Delphi0
dummzeuch
Yes, I know, there are many already existing solutions for writing a CSV file in Delphi. And some are probably better than mine (for general purpose usage), but those I looked at had too many… … Read more
5 years ago in Delphi, dzLib0
dummzeuch
I was just prompted to dig into archive.org to find an ancient (2008) blog post by Alan Bauer A “Nullable” Post which I used back then to implement the nullable types in dzlib. A comment… … Read more
5 years ago in Delphi0
gabr42
CompareValue function is incredibly practical when you are writing comparers (functions that determine how some data structure is ordered). System.Math and System.StrUtils define a bunch of functions that can be used to compare integers, doubles,… … Read more
5 years ago in Delphi, programming, tips0
dummzeuch
I just fixed all known generics related bugs in the GExperts code formatter (again) \o/ You are extensively using Generics? Go ahead, compile your own dll and file bug reports for the ones I missed. … Read more
5 years ago in Delphi, GExperts0
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
gabr42
On September 26th I’ll talk about RAD Studio Rio in Ljubljana. We’ll discuss 10.3 a bit and 10.3.1/10.3.2 updates in more detail. We’ll also look into the future to see what 10.4 might bring.This will… … Read more
5 years ago in cbuilder, Delphi, presentations, RAD Studio0
dummzeuch
I just released GExperts 1.3.14 for all supported Delphi versions. Apart from the bug fixes to the source code formatter there are the following changes: Export and Import entries for the Tools menu (blog post)… … Read more
5 years ago in Delphi, GExperts0
zarkogajic
One of the common problems we programmers face (and hopefully we are aware of) are memory leaks, or leaks of any other kind of resources. For example, Windows limit the number of GDI or USER32… … Read more
5 years ago in Delphi, memory, memory management0