Hello,
I've got a component developped in C++ and one of the parameter of the function called is defined like this :
[out] VARIANT* vaMetaResult
And I can't define the data type in PB to get an instance of this object (either with oleobject or any)
Does anyone knows how to manage this problem. The only thing I know it's that it works fine in VBScript where we don't need to define the datatype.
I've got a component developped in C++ and one of the parameter of the function called is defined like this :
[out] VARIANT* vaMetaResult
And I can't define the data type in PB to get an instance of this object (either with oleobject or any)
Does anyone knows how to manage this problem. The only thing I know it's that it works fine in VBScript where we don't need to define the datatype.