-
Recent Posts
Recent Comments
Archives
Categories
Meta
Subscribe to Blog via Email
Join 70 other subscribers.
Category Archives: Delphi
Announcing DUnit-M – Data driven unit testing for Delphi
Hurray! Today I published DUnit-M, a data-driven unit testing framework for Delhpi XE7 and beyond. Features include: * Data-driven testing support * Multiple loggers are configurable through an observer-subscriber pattern * An application generation wizard to assist in the creation … Continue reading
How to wait on multiple events (Delphi)
Abstract How can one write code to block (wait) on multiple syncro events at once, in a multi-threaded application? We are of course, talking about Delphi. By “multiple synchro events at once”, I mean that the thread unblocks on some … Continue reading
Posted in Delphi
Leave a comment
Upgrading SmartInspect to Delphi XE7 support
This is how I upgraded SmartInspect to XE7. Important Update! Gurock has released SmartInspect v3.3.8, which supports XE7. So now this post is only for historical interest. My version of SI is “SmartInspect Professional” v3.3.7.150 by Gurock software. My version … Continue reading
Posted in Delphi
Leave a comment
TurboPower LockBox 3.6.0 Released – Mobile support!
I have just now released TurboPower LockBox 3.6.0. This massive update was contributed by Nick Chevsky. The code repository has been migrated/forked to Google Code. With 3.5.0 as the baseline, the 3.6.0 version delivers: Support for all compilers from Delphi … Continue reading
Posted in Delphi
Leave a comment
TurboPower LockBox 3.5.0 Released!
I have just now released TurboPower LockBox 3.5.0. The code repository has been migrated/forked to Google Code. With 3.4.0 as the baseline, the 3.5.0 version delivers: Migrated code repository from SourceForge to GoogleCode Renamed unit suffix from uTPlb_ to TPLB3. … Continue reading
Posted in Delphi
Leave a comment
Introducing Apache 2.4 modules for Delphi 2010
I now have the pleasure of introducing to you the apache-24-with-delphi project (https://code.google.com/p/apache-24-with-delphi). Following a request from a commenter off my previous post, I have posted a solution to problem of how to develop Apache 2.4 modules using Delphi 2010, … Continue reading
Posted in Delphi
7 Comments
Apache 2.4 and Delphi
I have translated the Apache 2.4 headers into Delphi, and created a demo web app in Delphi that works with Apache 2.4.7 – …. well almost. There remains one persistent stubborn bug in the demo. Possibly I have the calling … Continue reading
Posted in Delphi
6 Comments
Introducing the SBD Dependency Injection Framework
From today the Delphi community can leverage the power of the SBD Dependency Injection Framework. Oh happy developer!, you can find the source code at … https://code.google.com/p/sbd-dependency-injection/ … and download with a Subversion client. The SBD Dependency Injection Framework is … Continue reading