This repository contains an example COM+ server and client implementation. Please read the blog post on my blog to learn more about it.
To build the repository, you need Visual Studio 2022 with Windows SDK. You also need vcpkg, configured with Visual Studio and the wil package (vcpkg install wil
).
Build the solution and install the protoss.dll COM server:
regsvr32.exe protoss.dll
Then you may build and run the native (ProtossComClient) or managed (ProtossComManagedClient) client.