Hi
I have a managed dll which I am using in my unmanaged application
through its com interfaces. Now can I use StringCollection/ String
class through com interfaces ? One of my class has a member variable
of type StringCollection but when I use it through com interface I get
a IUnknown pointer. Is it related to garbage collection by .net
framework, whats the workaround for this? I cant change the
implementation of mangaged dll as that is third party library.
Thanks
Dinesh