Downloads

Here you can find links to libraries and other files I’ve created and put up for download.

Dynamic Class Creation / Class RTTI Inspector: A library for dynamically creating new classes at runtime, and a tool for examining the structure of any class, compiled or dynamically created, and see what it’s made of.

StringList Comparison library: A library that uses the List Comparison algorithm to compare two TStringLists.  It implements the basic List Comparison algorithm as a higher-order function which you can pass method pointers to in order to customize its behavior, plus a few predefined functions for performing common tasks such as merging two lists into one master string list, finding the intersection of the lists or finding all strings that do not intersect.

Comments are closed.