Creating a COM Automation Server in C#

后端 未结 4 1971
不知归路
不知归路 2020-12-09 00:00

I currently have a .NET class library written in C# that exposes its functionaility via COM to a C++ program (pre-.NET).

We now want to move the library out-of-proce

4条回答
  •  心在旅途
    2020-12-09 00:10

    Your post started a while ago and I had the same problem. The following link is absolute gold and tells you everything

    http://www.andymcm.com/blog/2009/10/managed-dcom-server.html

提交回复
热议问题