Project

General

Profile

Feature #13828

Updated by graywolf (Gray Wolf) over 6 years ago

Current implementation doesn't support licensed COM servers. I've added keyword argument `:license` which when used switches to using `IClassFactory2::CreateInstanceLic` instead of `CoCreateInstance`. 

 Default behaviour was not touched in any way, so it doesn't break anything. And the license version works in my testing.

Back