SharedPropertyGroupManager
COM
1
Posts
1
Posters
0
Views
1
Watching
-
Hi All, I have 2 executables, say A and B. A uses some activex controls and COM components which I want to use from exe B. I plan to use the SharedPropertyGroupManager for this, say common.dll I plan to host this dll in MTS and set the object pooling property for Min and Max as 1 and 1. This dll will take in pointers to the activex components used by app A to store in the SPGM. I plan to instantiate this dll, common.dll in App 'A' and pass the instantiated activex objects to store in SPGM. I shall instantiate the common.dll from App B and try getting the objects stored by the SPGM. Will this work?? Can someone help me with this? If this will not work, what is the work around? Thanks in advance, Cheers Raja