#dllhost — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #dllhost, aggregated by home.social.
-
Hey #Windows #Developers,
I have a x64 DLL, that is registered as a #Com server for the system #surrogate (#dllhost) on a Windows 11 arm64-system - needless to say, that this works fine on x64.When calling
> CoCreateInstance(CLSID_Component, CLSCTX_LOCAL_SERVER, IID_PPV_ARGS(…))
I get an angry `ERROR_BAD_ARGUMENTS` back.Any idea why this scenario isn't supported, or what I'd have to do, to get this working?