Numerics 0.55 is available for download The main improvements are: 1) Explicit
DLL load is supported by the function function LoadNumerics(const Name: string = ''): TF_RESULT; and this is now the recommended method to load the
dll because it enables error handling: if LoadNumerics() < 0 then ...
More...