Isolation mode (registration free) COM setting in VC++ 2008
How do I create a reference to an isolation mode (registration free) COM DLL in a VC++ 2008 project?
In a C# project it 开发者_JS百科is as easy as toggling an Isolated
property on a reference. How do I do the equivalent in a VC++ project?
Project Properties > Configuration Properties > Manifest Tool > Isolated COM
精彩评论