Out-of-process COM server without a proxy/stub DLL?
问题 I am learning how to implement an out-of-process COM server and came across this Code Project article, Building a LOCAL COM Server and Client: A Step by Step Example. I can build it, and it runs fine, but where is the proxy/stub DLL? All I can see is the IDL file from which the proxy/stub code is generated during the build. But how is the DLL built, and where is it? 回答1: The short answer is that all the interfaces are marked "oleautomation", so oleaut32.dll performs the marshaling, since COM