-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Robert Jordan wrote:
> Add an entry point to your assembly:
>
> class EntryPoint { static void Main () {} }
>
> Then compile the assembly with "/target:exe" (you can rename it to .dll
> after the compilation).
>
> Then call mono_jit_exec () somewher
Matthew Metnetsky wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> All,
>
> As some might have picked up I'm embedding Mono into a project and all
> is mostly going well. While trying to tie together .NET objects with
> GObject's via compiled MonoMethod thunks I hit a snag.
>
> Syste
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
All,
As some might have picked up I'm embedding Mono into a project and all
is mostly going well. While trying to tie together .NET objects with
GObject's via compiled MonoMethod thunks I hit a snag.
System.TypeInitializationException: An exception w