dzDebugVisualizers for Delphi 2005, 2006 and 2007

A new test release of my dzDebugVisualizers for Delphi 2005, 2006 and 2007 is available. Apart from fixing an Access Violation when unloading the package I have added support for TDateTime and unquoted (multiline) strings to the Evaluate / Modify window: In addition I have added a "Modifiers" button to the dialog which allows to … Continue reading dzDebugVisualizers for Delphi 2005, 2006 and 2007

Technischer Mitarbeiter im Bereich Elektrotechnik (w/m)

Wir suchen wieder einen Kollegen. Der Job ist inhaltlich definitiv interessant, auch die Kollegen aus der Hardwareentwicklung sind durchaus umgänglich. Standort: Essen Es geht nicht um die Prüfung von Kraftfahrzeugen, auch wenn wir zum TÜV Rheinland gehören. Technischer Mitarbeiter im Bereich Elektrotechnik (w/m) Ihre Aufgaben Unterstützung des Fahrzeug Support-Teams bei Neuaufbau und Instandsetzung der Technik … Continue reading Technischer Mitarbeiter im Bereich Elektrotechnik (w/m)

VirtualBox and Windows 8.1: This 64-bit application couldn’t load because your PC doesn’t have a 64-bit processor

I just moved a Windows 8.1 installation in Virtual Box from one computer to another. When booting up, Windows told me: This 64-bit application couldn't load because your PC doesn't have a 64-bit processor The host computer is an Intel Xeon CPU which definitely is a 64 bit CPU (the previous computer was an older … Continue reading VirtualBox and Windows 8.1: This 64-bit application couldn’t load because your PC doesn’t have a 64-bit processor

How I used some more of the money donated to GExperts

Donations for GExperts keep coming in. It's more a trickle than a flood but hey, I'm not in it for the money. And please remember that I prefer other kinds of contributions over money. I have used that money in turn for donations to Pi-hole®: A black hole for Internet advertisements Rapid Environment Editor PDF … Continue reading How I used some more of the money donated to GExperts

Bug in Macro Template expert fixed, yet another Unicode issue in GExperts

As I stated before I prefer good bug reports on GExperts over money any time. Philip von Melle kept testing and providing feedback even after I thought the issue was already solved. The issue was that a Macro Template (%SELECTION) used on this code [delphi] // öäüß procedure TForm1.FormCreate(Sender: TObject); begin ShowMessage('TEST'); end; [/delphi] while … Continue reading Bug in Macro Template expert fixed, yet another Unicode issue in GExperts

Consider side effects if you use debugger watches

Note to self: Do not use a watch entry like this while debugging GExperts: GxOtaReadEditorTextToString(GxOtaGetEditReaderForSourceEditor(nil)) While this might seem very convenient it will sooner or later corrupt the current edit buffer or do something even worse, because, as a comment in ToolsApi states: WARNING!!! A IOTAEditReader should never be active at the same time as … Continue reading Consider side effects if you use debugger watches