MattWoberts
Programmer
Hi,
I am trying to call a COM (ATL) component. The method I need to call returns a variant array of length 3 (only one dimension)
When I use TLBIMP to create my wrapper for the com comp, my wrapper for this method returns an "object"...what I need to know is how to get that into an array in .NET also.
I tried:
object o = wrapper.MyMethod(..)
but this seems to hand aspnet_wp....
Any help appreciated.
I am trying to call a COM (ATL) component. The method I need to call returns a variant array of length 3 (only one dimension)
When I use TLBIMP to create my wrapper for the com comp, my wrapper for this method returns an "object"...what I need to know is how to get that into an array in .NET also.
I tried:
object o = wrapper.MyMethod(..)
but this seems to hand aspnet_wp....
Any help appreciated.