зеркало из https://github.com/mono/mail-archives.git
95 строки
4.1 KiB
HTML
95 строки
4.1 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE> [Mono-osx] ServicePointManager using 2.0
|
|
</TITLE>
|
|
<LINK REL="Index" HREF="index.html" >
|
|
<LINK REL="made" HREF="mailto:mono-osx%40lists.ximian.com?Subject=%5BMono-osx%5D%20ServicePointManager%20using%202.0&In-Reply-To=20081024163640.GB5661%40debian.org">
|
|
<META NAME="robots" CONTENT="index,nofollow">
|
|
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
|
<LINK REL="Previous" HREF="001673.html">
|
|
<LINK REL="Next" HREF="001693.html">
|
|
</HEAD>
|
|
<BODY BGCOLOR="#ffffff">
|
|
<H1>[Mono-osx] ServicePointManager using 2.0</H1>
|
|
<B>Duane Wandless</B>
|
|
<A HREF="mailto:mono-osx%40lists.ximian.com?Subject=%5BMono-osx%5D%20ServicePointManager%20using%202.0&In-Reply-To=20081024163640.GB5661%40debian.org"
|
|
TITLE="[Mono-osx] ServicePointManager using 2.0">duane at wandless.net
|
|
</A><BR>
|
|
<I>Fri Oct 24 13:20:07 EDT 2008</I>
|
|
<P><UL>
|
|
<LI>Previous message: <A HREF="001673.html">[Mono-osx] ServicePointManager using 2.0
|
|
</A></li>
|
|
<LI>Next message: <A HREF="001693.html">[Mono-osx] ServicePointManager using 2.0
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#1675">[ date ]</a>
|
|
<a href="thread.html#1675">[ thread ]</a>
|
|
<a href="subject.html#1675">[ subject ]</a>
|
|
<a href="author.html#1675">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
<HR>
|
|
<!--beginarticle-->
|
|
<PRE>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 <<A HREF="http://lists.ximian.com/mailman/listinfo/mono-osx">lupus at ximian.com</A>> wrote:
|
|
|
|
><i> On 10/21/08 Duane Wandless wrote:
|
|
</I>><i> > As I mentioned in my first post my C# code is in a DLL that is embedded
|
|
</I>><i> > within in a ObjC app. I did verify that Assembly.GetEntryAssembly
|
|
</I>><i> returns
|
|
</I>><i>
|
|
</I>><i> You didn't call mono_jit_exec () as the sample embedding programs show.
|
|
</I>><i>
|
|
</I>><i> lupus
|
|
</I>><i>
|
|
</I>><i> --
|
|
</I>><i> -----------------------------------------------------------------
|
|
</I>><i> <A HREF="http://lists.ximian.com/mailman/listinfo/mono-osx">lupus at debian.org</A> debian/rules
|
|
</I>><i> <A HREF="http://lists.ximian.com/mailman/listinfo/mono-osx">lupus at ximian.com</A> Monkeys do it better
|
|
</I>><i> _______________________________________________
|
|
</I>><i> Mono-osx mailing list
|
|
</I>><i> <A HREF="http://lists.ximian.com/mailman/listinfo/mono-osx">Mono-osx at lists.ximian.com</A>
|
|
</I>><i> <A HREF="http://lists.ximian.com/mailman/listinfo/mono-osx">http://lists.ximian.com/mailman/listinfo/mono-osx</A>
|
|
</I>><i>
|
|
</I>-------------- next part --------------
|
|
An HTML attachment was scrubbed...
|
|
URL: <A HREF="http://lists.ximian.com/pipermail/mono-osx/attachments/20081024/88342eca/attachment-0001.html">http://lists.ximian.com/pipermail/mono-osx/attachments/20081024/88342eca/attachment-0001.html</A>
|
|
</PRE>
|
|
|
|
|
|
|
|
|
|
|
|
<!--endarticle-->
|
|
<HR>
|
|
<P><UL>
|
|
<!--threads-->
|
|
<LI>Previous message: <A HREF="001673.html">[Mono-osx] ServicePointManager using 2.0
|
|
</A></li>
|
|
<LI>Next message: <A HREF="001693.html">[Mono-osx] ServicePointManager using 2.0
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#1675">[ date ]</a>
|
|
<a href="thread.html#1675">[ thread ]</a>
|
|
<a href="subject.html#1675">[ subject ]</a>
|
|
<a href="author.html#1675">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
|
|
<hr>
|
|
<a href="http://lists.ximian.com/mailman/listinfo/mono-osx">More information about the Mono-osx
|
|
mailing list</a><br>
|
|
</body></html>
|