5
Answers

Migrating C++ DCOM application to C# web services

How to migrate a DCOM application in C++ to C# web services. I want my application have both DCOM interface and Web, such that both DCOM clients and web application clients can access my server interface methods.

Answers (5)