views:

18

answers:

0

I have two VC++ projects: ProjectB which depends on ProjectA. I would like ProjectB to access ProjectA through ProjectA's COM interface only. I added a reference in ProjectB's "Framework and References" property dialog which creates an Interop DLL.

How do I set up this reference to be in isolation mode? Do I need to make any modifications to ProjectA?