Re: [Mono-dev] Embedding w/ Config Errors | No Entry Assembly

2009-09-08 Thread Matthew Metnetsky
-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

Re: [Mono-dev] Embedding w/ Config Errors | No Entry Assembly

2009-09-07 Thread Robert Jordan
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

[Mono-dev] Embedding w/ Config Errors | No Entry Assembly

2009-09-05 Thread Matthew Metnetsky
-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