thanks
Matt
From: Slide [mailto:[email protected]]
Sent: Monday, August 5, 2013 5:54 PM
To: Matt Tatro
Cc: [email protected]
Subject: Re: [Ironpython-users] Windows C-DLL and find_module issues
C Python (www.python.org <http://www.python.org> ) should work jus
o
> *Cc:* [email protected]
> *Subject:* Re: [Ironpython-users] Windows C-DLL and find_module issues
>
> ** **
>
> IronPython does not support C based modules directly, you would have to
> write a wrapper for your DLL in C# (or another .NET language) and have it
>
com]
Sent: Monday, August 5, 2013 5:45 PM
To: Matt Tatro
Cc: [email protected]
Subject: Re: [Ironpython-users] Windows C-DLL and find_module issues
IronPython does not support C based modules directly, you would have to
write a wrapper for your DLL in C# (or another .NET language) a
IronPython does not support C based modules directly, you would have to
write a wrapper for your DLL in C# (or another .NET language) and have it
used from there.
When you say it works in other languages, what do you mean?
Thanks,
slide
On Mon, Aug 5, 2013 at 1:03 PM, Matt Tatro wrote:
> Hi