VSoft Technologies Blogs - posts about our products and software development.
The Delphi/Object Pascal language really hasn't changed all that much in the last 20 years. This post describes some ideas to bring it into the current century.
A while back I published the VSoft.CommandLineParser library on github, which makes it simple to handle command line options in delphi applications. I have updated it to support commands, where each command has it's own set of options.
Pretty much every native windows application these days includes an xml manifest file. This post shows how to modifiy those files in FinalBuilder
Generate code coverage reports for your Delphi projects using Continua CI.
Delphi-Mocks now has a way to better control when an exception or a return value is produced for a mocked object/interface method.
FinalBuilder 8 is now available for download.
Finalbuilder 8 Beta is now available for download. This post describes what's new/changed in FinalBuilder 8.
A simple Command line arguments parsing framework for Delphi.
DUnitX has been updated to support filtering of tests from the command line.
Simple Mocking of multiple interfaces with Delphi Mocks.