Gary did some work using Delphi COM a few years back -- he integrated VBA into a Delphi application. Here's an example of the tiny managed proxy, called ObjectModelAgent. -Host app calls SetOM with IDispatch* or IUnknown* parameter. -Addin calls GetOM...