To extend IronPython 1.1 You need the source for IronPython and Visual studio 5. To extend the new Version of IronPython you need a new version of Visual studio. Also you can extend IronPython with C# which comes with the Visual studio environment. You can all this information from the IronPython Web site. Please note: You need to make sure that you are using WindowsXP with the latest service pack and all the .NET upgrades. The requirements are listed in the IronPython documentation. A good test for the correct development environment for building a given version of IronPython is to build a version of IronPython. Please also note ; If you are using a IronPython socket script to talk to a non-windows you will have a problem. IronPython uses the "Char" type to talk and receive information. In C# a Char is defined as 16-bits not 8. You need to use 'byte' type or modify the IronPython socket.cs file to fix this problem.
Good Luck Richard D. Hinerfeld --- On Fri, 4/24/09, Vladimir Eremeev <wl2...@gmail.com> wrote: From: Vladimir Eremeev <wl2...@gmail.com> Subject: Re: [IronPython] Please, help to get started with .Net and IronPython. To: users@lists.ironpython.com Date: Friday, April 24, 2009, 2:40 AM William Reade wrote: > > I think he's rewriting a C++ component in IronPython, and wants to know > how he can minimise the impact on the C# application which hosts it. > That's right! Thank you. -- View this message in context: http://www.nabble.com/Please%2C-help-to-get-started-with-.Net-and-IronPython.-tp23192785p23210776.html Sent from the IronPython mailing list archive at Nabble.com. _______________________________________________ Users mailing list Users@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
_______________________________________________ Users mailing list Users@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com