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
Month: September 2017
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)
dzPrepBuild 1.3.2 released
I was made aware that dzPrepBuild no longer works with .dof files. Since I don't use it with Delhi 6 or 7 any more, I didn't realize that myself. The bugfix was easy, just pass the correct parameter. The new version is available from SourceForge. Note that, for whatever reason, SoureForge still claims that the … Continue reading dzPrepBuild 1.3.2 released
Delphi instance methods and value types
David Heffernan commented on Girish Patil's post on G+ But you should never make instance methods on value types that mutate the value. Otherwise you can call such a method on an instance passed to a function as a const parameter. Where "value types" in this case is meant to be an advanced record in … Continue reading Delphi instance methods and value types