dummzeuch
Somebody just asked me whether there is a simple way to migrate GExperts settings from Delphi XE7 to a new version. The short answer is: No, but some experts (or rather: some functionality, because not… … Read more
4 years ago in Delphi, GExperts0
dummzeuch
Joining in on the black Friday craze I am hereby offering a 90% discount on GExperts. Valid indefinitely. You only need to compile it yourself. (Sorry, could not resist. đ ) … Read more
4 years ago in Delphi, GExperts0
dummzeuch
Tired of all those programs which install lots of additional stuff I have been using more and more so called âPortable Appsâ. âPortableâ in this context means: You can put them anywhere, even on a… … Read more
4 years ago in Delphi0
dummzeuch
I have been using WordPress for this blog for several years and always thought my setup was reasonably secure. Turns out that there is something called the WordPress REST API which allows to get quite… … Read more
4 years ago in Blog0
dummzeuch
Guess what? The new GExperts release is here. There are lots of bug fixes and a few new features in the new version. The major new feature is the Filter Exceptions expert. Please be warned… … Read more
4 years ago in Delphi, GExperts0
dummzeuch
Many open source projects have moved from the former top dog SlashdotSourceForge to GitHub and in the process usually converted from Subversion to git. This also includes quite a few Delphi libraries like project Jedi… … Read more
4 years ago in git, github, TortoiseSVN0
dummzeuch
Mahdi Safsafi has proposed a fix for the bug in the GExperts Filter Exceptions expert, which occurs when developing for non Windows targets (first reported on Embarcaderoâs quality portal ). I have implemented this fix… … Read more
4 years ago in Delphi, GExperts0
dummzeuch
Andreas Hausladen – most probably know him because he wrote the very popular Delphi IDE Fixpack – has just announced (in German) that he published the source code of one of his other useful tools:… … Read more
4 years ago in Delphi0
dummzeuch
I have received a few reports about bugs in GExperts in Delphi 10.4.1 that do not occur in Delphi 10.4. Here is a GExperts DLL that was compiled with Delphi 10.4.1. Maybe it will solve… … Read more
4 years ago in Delphi, GExperts0
dummzeuch
Recent versions of Delphi (for a suitable definition of ârecentâ) come with a TZipFile class implemented in the unit System.Zip. This class has the really neat feature that it can not only read the contents… … Read more
4 years ago in Delphi0
dummzeuch
The GExperts PE Information tool just got a small improvement: The Exports list can now be sorted by clicking on the column header and filtered on the export name by simply typing text. The Escape… … Read more
4 years ago in Delphi, GExperts0
dummzeuch
Reminder to self: Exception $406D1388 is the exception used to set a name for a thread, like in: If you encounter this in a debugging session, simply add it to the OS Exceptions and set… … Read more
4 years ago in Delphi0
dummzeuch
Just in case I ever need this again: (Delphi 2007 does not have IntToHex for UInt64.) Note: This works only for 32 bit compilers. For 64 bit, you must replace UInt32 with NativeUInt (or UInt64)… … Read more
4 years ago in Delphi0
dummzeuch
We recently bought TeeChart 2020.30 VCL/FMX with full source code (of course) and I now tried to install it. Steema provides a âTeeChart Source Code Recompilation Toolâ (TeeRecompile.exe) that supposedly does this for you. This… … Read more
4 years ago in Delphi0
dummzeuch
I my last GExperts related blog post I wrote about the new âClose Exception Notificationâ expert which I just had added to GExperts. It was a hack that hooked the Exception Notification dialog. This spawned… … Read more
4 years ago in Delphi, GExperts0