Re: [Ironpython-users] Windows C-DLL and find_module issues

2013-08-05 Thread Matt Tatro
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

Re: [Ironpython-users] Windows C-DLL and find_module issues

2013-08-05 Thread Slide
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 >

Re: [Ironpython-users] Windows C-DLL and find_module issues

2013-08-05 Thread Matt Tatro
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

Re: [Ironpython-users] Windows C-DLL and find_module issues

2013-08-05 Thread Slide
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