dummzeuch
NOTE: The original blog post was wrong in one point: The change happened in Delphi XE2, not 10.2. I have now updated this and also adapted the conditional compilation in u_dzAbstractHandler. I should also mention,… … Read more
1 year ago in Delphi, dzLib0
dummzeuch
GetIt is the package manager built into the Delphi IDE. It can be used in Online and Offline mode. If you installed Delphi from an ISO, GetIt was left in Offline mode. That has some… … Read more
1 year ago in Delphi0
dummzeuch
I have spent several days now to try and fix the remaining bugs in GExperts that are related to highDPI. I think I nailed most of them but unfortunately I can’t be sure because the… … Read more
1 year ago in Delphi, GExperts0
dummzeuch
Embarcadero has released Delphi 12.1 and at the same time opened their new Quality Portal. I have now spent more than an hour reproducing, documenting and reporting several long-standing bugs, some of which have been… … Read more
1 year ago in Delphi0
dummzeuch
As mentioned in my previous post on dzDebugVisualizer I was thinking about writing a generalized debug visualizer which can be user-configured to register itself for any data type. Well, that debug visualizer now exists. It’s… … Read more
1 year ago in Delphi, dzDebugVisualizer0
dummzeuch
After playing around with debug visualizers, I found that there is a very simple way to provide a visualiser for many record types: Just add a special method (I called it Dump) to those records… … Read more
1 year ago in Delphi, dzDebugVisualizer0
dummzeuch
Note to self: There is an easy way to get the current line number in Delphi, using the following function and JclDebug: function GetCurrentLineNumber: Integer; var ModInfo: TJclLocationInfo; begin ModInfo := GetLocationInfo(ReturnAddress); Result := ModInfo.LineNumber;… … Read more
2 years ago in Delphi0
dummzeuch
There are now packages for Delphi 12 in the repository. Be warned though: They compile and install into the IDE but I haven’t done any tests at all. … Read more
2 years ago in Delphi0
dummzeuch
The new version adds support for Delphi 10.3 to 12 Download is available from the project page on SourceForge. … Read more
2 years ago in Delphi, dzPackageInst0
dummzeuch
I just released dzBdsLauncher 1.0.11. The only change is support for detecting .dproj files created by Delphi 12 (these have a ProjectVersion of 20.1). … Read more
2 years ago in Delphi, dzBdsLauncher0
dummzeuch
I just released Delphi Tools Manager 1.0.3 which now supports Delphi 6 to 12 (including all the versions with the odd names in between). … Read more
2 years ago in Delphi, DelphiToolsManager0
dummzeuch
I have just updated the Delphi Custom Container Pack sources to support Delphi 12. It now compiles and installs. I have not tested it extensively. Discussion about this post in the international Delphi Praxis forum. … Read more
2 years ago in ccpack, Delphi0