[Mono-osx] ServicePointManager using 2.0

Duane Wandless duane at wandless.net
Fri Oct 24 13:20:07 EDT 2008


Thanks for the reply.  I did call mono_jit_exec.  But I'm using a DLL ...
not an executable.  I get a message back after calling mono_jit_exec on my
DLL:
doesn't have an entry point

And it fails as described in my first posts.  Now maybe the entry point is a
different signature for the DLL.  I did not pursue this since it is not
required that my C# code be in a DLL.  So I changed to an EXE and call
mono_jit_exec which allows my C# code to work as expected.

Duane

On Fri, Oct 24, 2008 at 12:36 PM, Paolo Molaro <lupus at ximian.com> wrote:

> On 10/21/08 Duane Wandless wrote:
> > As I mentioned in my first post my C# code is in a DLL that is embedded
> > within in a ObjC app.  I did verify that Assembly.GetEntryAssembly
> returns
>
> You didn't call mono_jit_exec () as the sample embedding programs show.
>
> lupus
>
> --
> -----------------------------------------------------------------
> lupus at debian.org                                     debian/rules
> lupus at ximian.com                             Monkeys do it better
> _______________________________________________
> Mono-osx mailing list
> Mono-osx at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-osx
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-osx/attachments/20081024/88342eca/attachment-0001.html 


More information about the Mono-osx mailing list