
How String Array passed to VB ActiveX Control
Show how you prepare the safearray and how you call the method. Does the
method expect safearray of variants or safearray of BSTRs?
--
With best wishes,
Igor Tandetnik
"For every complex problem, there is a solution that is simple, neat,
and wrong." H.L. Mencken
Quote:
> I have a ActiveX control in VB. And i want to use that
> ActiveX Control in VC++ program.
> The main problem i am facing that passing an string array
> in the VB ActiveX control.
> I have tried with safe array of Variant, but i always
> got "Debug Assertion Failed" error.
> Anurag.