[Mono-list] Open multiple c# dlls inside the same MonoDomain

Robert Jordan robertj at gmx.net
Fri Feb 27 09:17:20 UTC 2015


On 26.02.2015 15:51, mimi wrote:
> Hi,
>
> I am trying to embed Mono in my Qt app. In my c++ code, I managed to invoke
> the methods of a single c# dll. Right now, I need to invoke the methods from
> one c# dll which, in turn, invoke the methods from other c# dll, how can I
> implement this in my c++ code? I did some research and didn't find the
> answer to my need. I am stuck here. Does anybody have any idea on this?
> Sample code, document, relevant post, ......

It's the same as calling methods from the start DLL. Nothing
special there.

Robert





More information about the Mono-list mailing list