ComLightInterop icon indicating copy to clipboard operation
ComLightInterop copied to clipboard

Cross-platform COM interop library for .NET Core 2.1 or newer

Results 2 ComLightInterop issues
Sort by recently updated
recently updated
newest added

Hi, you pointed me towards your project in a github discussion about use-cases for cross-platform COM interop. I am wondering if ComLight will fix the following scenario: I am building...

I was inspired by this article https://www.codeproject.com/Articles/13601/COM-in-plain-C They generate Vtables and use them in C. Your library allos generation of VTABLES from managed code..