G
Guest
Hello
I'm trying to use the MS ScriptControl in a C++/.NET application. However the Run() method that normally receives a string (function name) and a SAFEARRAY, is imported as System::Object __gc* Run( System::String __gc*, System::Object __gc*(__gc*) __gc[] )
How do I create and feed an array of System::Object __gc[] ??
Thanks
I'm trying to use the MS ScriptControl in a C++/.NET application. However the Run() method that normally receives a string (function name) and a SAFEARRAY, is imported as System::Object __gc* Run( System::String __gc*, System::Object __gc*(__gc*) __gc[] )
How do I create and feed an array of System::Object __gc[] ??
Thanks