Hi,
I am having trouble writing a c++ client, that is meant to send a variant object containing an array of strings to a VB activex.exe.
I created a VARIANT object pointing to a safearray of BSTR's.
On the VB side, the upper and lower bounds of the array are read correctly, but the data is empty.
When using a VB client I had no problems whatsoever.
What could I be doing wrong?
Thanks
David
I am having trouble writing a c++ client, that is meant to send a variant object containing an array of strings to a VB activex.exe.
I created a VARIANT object pointing to a safearray of BSTR's.
On the VB side, the upper and lower bounds of the array are read correctly, but the data is empty.
When using a VB client I had no problems whatsoever.
What could I be doing wrong?
Thanks
David