Delphi (32)

Craig Chapman

JSON with RadStudio Delphi or C++ Builder

An introduction to JSON and using it within RadStudio Delphi or C++ Builder. JSON (JavaScript Object Notation) is a popular format for the encapsulation of structured data. If you’re familiar with XML, you can consider JSON as doing the same job fundamentally, though the two are…

Continue reading...
Craig Chapman

Use RadStudio with Jenkins - no plugin

How to create a job for Jenkins Build Server which will build and execute a unit test application written using Delphi, and without using any Jenkins plugin. This should work with minimal alteration for C++ Builder too. In order to build a Delphi project from…

Continue reading...