[IronPython] Announcement: Project to get some CPython C extensions running under IronPython

Curt Hagenlocher curt at hagenlocher.org
Fri Oct 19 19:28:31 CEST 2007


On 10/19/07, Giles Thomas <giles.thomas at resolversystems.com> wrote:
>
> Paolo Molaro wrote:
> > You can use a struct that contains all the needed delegates and pass
> > that on the p/invoke call.
> >
> I guess that's a bit cleaner, as is Curt's COM version.  But I was
> really hoping to be able to avoid the init call from the managed side
> entirely.


Hypothetically, you could muck about with the unmanaged interfaces to the
managed code execution engine and pull in the information that way.  How
much of the MSCOREE-exposed functionality does Mono implement?

Mind you, I don't actually think this is a good idea.

--
Curt Hagenlocher
curt at hagenlocher.org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20071019/c9491316/attachment.html>


More information about the Ironpython-users mailing list