[Mono-list] COM / DCOM in Mono

dietmar dietmar@ximian.com
05 Mar 2003 11:38:28 +0100


On Wed, 2003-03-05 at 09:10, Eran Sandler wrote:
> Although I have a question. 
> I will try to implement DCOM in C or C++ (I haven't decided yet), I
> persume I need to use some form of Platform Invoke to call this code,
> right?
> 
> Can you point me out to a place where P/Invoke was used so I can check
> it out a bit?

I have some tests in mono/mono/tests/pinvoke*.cs

- Dietmar