Nice summary by NGLN on StackOverflow of the way a ShortCut travels through the Delphi VCL https://stackoverflow.com/a/27083262/49925
Author: dummzeuch
Finding GUIDs with GExperts Grep
I recently had a problem with access violations when calling methods of interfaces. The reason turned out to be duplicate GUIDs in the interface declarations. This caused AVs because the wrong methods were called and the parameters passed to them were not of the right type and numbers. Duplicate GUIDs are usually caused by copying … Continue reading Finding GUIDs with GExperts Grep
Delphi Blogs
The Delphi Wiki has a list of "Useful Sites" which has a sub section for Delphi Blogs. I have just further divided that section into: Active Blogs, which contains blogs that are activeIntensive Care Unit, which contains blogs that are still available but have been inactive for more than a yearCemetery, which contains blogs that … Continue reading Delphi Blogs
Two GExperts bugs fixed, 14 to go
I just fixed two (newly reported) bugs in GExperts: The Set Tab Order dialog no longer worked in Delphi 6, 7 and 2005. This was due to me adding AlignWithMargins (and the associated Margins property) to the dfm file. This property apparently was introduced in Delphi 2006. Again, this underlines what I mentioned several times: … Continue reading Two GExperts bugs fixed, 14 to go
Installing Webmin on Ubuntu 18.04 Server
I just tried to install Webmin on a fresh install of Ubuntu 18.04 Server in the same way as I did on 16.04. Unfortunately it failed on the command [bash] apt install webmin [/bash] because the package apt-show-versions was not found. I solved this by adding the universe repository to apt with [bash] sudo add-apt-repository … Continue reading Installing Webmin on Ubuntu 18.04 Server
Google✝ is dead
OK, most of you already knew that. I am writing this only because I will now stop posting there. Not just the automatic posts generated by this blog, but also my personal posts. G✝ (Picture taken from Jürgen Christoffel's G+ post.) I considered migrating my content from G ✝ to somewhere else (e.g. yet another … Continue reading Google✝ is dead
Sie wollen mich einstellen?
Derzeit habe ich eine unbefristete Vollzeitstelle (40h) als Leiter der Softwareentwicklung bei der TÜV Rheinland Schniering GmbH. Ich bin damit ganz zufrieden und suche nicht aktiv nach einer neuen Stelle. Da ich aber immer wieder mal gefragt werde, ob ich an einem Angebot Interesse habe, stelle ich hier auf, was man mir bieten müsste, damit … Continue reading Sie wollen mich einstellen?
RDP Wrapper Library
I need to check this out: The goal of the RDP Wrapper Library project is to enable Remote Desktop Host support and concurrent RDP sessions on reduced functionality systems for home usage. RDP Wrapper works as a layer between Service Control Manager and Terminal Services, so the original termsrv.dll file remains untouched. Also this method … Continue reading RDP Wrapper Library
DeltaChat Messenger
DeltaChat is a messenger that uses email as the transport medium, so potentially almost everybody already has an account for it. Today, they announced a new release, not only for the existing Android app but also for Desktop (Mac and Linux only so far) and iOS. I think that is a very interesting project since … Continue reading DeltaChat Messenger
5 years later dzEditorLineendsFix is still relevant
I just had a look at the download statistics of my dzEditorLineendsFix tool on SourceForge. Even 5 years after the Windows update that broke Delphi 2006 to 2010 there are several hundred downloads per month.