[Mono-list] COM Interop

Robert Jordan robertj at gmx.net
Sun Oct 4 15:14:09 UTC 2015


On 03.10.2015 09:19, lx42 wrote:
> This is for Linux.
>
> Does Mono support COM interop now (just the base minimum, no things like
> dispatch, BSTR etc.)?  The FAQ says no but it was referring to version 1.x.

Have a look at this example:

https://github.com/robert-j/MonoCom

BSTRs are supported as well, either using an oleouto implementation
(which must be made available as liboleauto32.so), or using
Mono's BSTR implementation. I don't have a sample for this yet.

Robert




More information about the Mono-list mailing list