VSoft Technologies Blogs - posts about our products and software development.
CEO and Original developer of FinalBuilder.
The updates to Continua CI and FinalBuilder released today provide somewhat better integration between the two products.
We have been working on moving Continua CI to .net 4.6.1 for a future release, and during this conversion (so far, mostly just updating nuget packages), we discovered an issue that turned out to be caused by a change to .net certificate validation.
The use of SHA1 is digital certificates (codesigning, SSL etc) is being phased out in 2016, it's time to update your code signing certificate.
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
FinalBuilder 8 is now available for download.
This post shows how to add NTLM Single Sign on to Nancyfx applications using Owin on Windows.
Finalbuilder 8 Beta is now available for download. This post describes what's new/changed in FinalBuilder 8.
Each version of Delphi adds around 200 characters to your system path. With the windows path length limit, strange things happen when it get's too long.
A simple Command line arguments parsing framework for Delphi.