Software & Finance





C# - Steps For Creating Class Library as COM Server





Here is the step by step instructions for creating a C# class library as a COM Server so that it can be used by C++ clients. In other words, how c++ clients can access C# code is explained on this page with step by step instructions

Click here to download the complete source code of C# Class Library Server and C++ Client