2

I'm the maker of stdVBA, a library which attempts to extend the capabilities of office. I've been looking to add mac compatibility to stdVBA for a long time but sadly there are some hurdles.

In windows COM, if an object implements an IDispatch (or ITypeInfo) interface you can call functions on that object by name. This functionality likely is also embedded in the Microsoft Office frameworks on Mac OS. For instance when opening up MicrosoftOLEAutomation.framework I do find a function named CallFunc which might well be akin to rtcCallByName on windows. Unfortunately I can't determine the C declare spec of the function in the framework file...

On windows, you can export functions out of DLLs (although not their declspecs). Is there anything similar on Mac OS with a "Framework function viewer"?

Sancarn
  • 2,575
  • 20
  • 45

0 Answers0