I\'m trying to port an old library (that doesn\'t use namespaces as far as I can tell) to modern compilers. One of my targets can\'t tell the difference between System::TObj
You could make a wrapper for all the old functions and package them up into a DLL or static library.