Hi all,

i try to make a kind of stub-loader with mono/embedded.

 

I have read the documentation at
http://www.mono-project.com/docs/advanced/embedding/ and tried a lot of
samples.

None of them examples work(mono 4.6.1/ubuntu 16.10)

 

I like to have a executable(c/c++) that load an c# assembly and run the
public constructor

The assembly constructor will load gtk-sharp(referenced) and call 

                Application.Init();

                ..

Application.Run();

 

But with all my testing the different mono methods the assembly/ctor never
will get called, and no error occurred.

Have someone a really working sample with new versions of mono/ubuntu ?

 

Thanks a lot!

/Wolfgang

_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.dot.net/mailman/listinfo/mono-list

Reply via email to