
Passing Variants from VB5 to VC++ using COM
Quote:
> code (Something is really hard to work with!)
Do you check the type of the variant in your code? Arrays are passed as
SafeArray structures, I think, with an additional "array" flag set in the
variant type.
DoDi