Click to See Complete Forum and Search --> : Passing C++ object from ATL COM


mce
July 21st, 2002, 09:25 PM
I want to pass a STL object from an ATL COM dll, and i wish this object accessible from another MFC C++ application, is it
possible? what should i do in ATL COM and MFC C++ application?