문제

My COM component implemented as surrogated dll. I create one by calling CoCreateInstanceEx(), but it started in shared dllhost.exe process. Is there a way to launch my COM component in separate dllhost process?

도움이 되었습니까?

해결책

Surrogate sharing is documented here. Sharing only happens if the AppId matches. Give yours a unique one.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top