COM Collection
Hi,
I recently created a COM C++ Collection, with an STL container ( a Map) as described in the book "ATL 3 COM Programming", but would like the STL container to be a List or Vector, which holds COM objects like in the example. I think my main problem is with my replacement of the _Copy<VARIANT> class.
Does anyone have an example of such a Collection.
Thanks in advance,
|