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
Try this:
namespace oldlib { #inclcude "oldlib.h" };