<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">To extend IronPython 1.1 You need the source for IronPython and<br>Visual studio 5. To extend the new Version of IronPython you need a new version of<br>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.<br>Please note: <br>You need to make sure that you are using WindowsXP with the latest service pack<br>and all the .NET upgrades. The requirements are listed in the IronPython documentation.<br>A good test for the correct development environment for building a given version of IronPython is to build a version of IronPython.<br>Please also note ;<br>If you are using a IronPython socket script to talk to a non-windows you will have a<br>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.<br><br>Good Luck<br>Richard D. Hinerfeld<br><br><br>--- On <b>Fri, 4/24/09, Vladimir Eremeev <i>&lt;wl2776@gmail.com&gt;</i></b> wrote:<br><blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"><br>From: Vladimir Eremeev &lt;wl2776@gmail.com&gt;<br>Subject: Re: [IronPython] Please, help to get started with .Net and  IronPython.<br>To: users@lists.ironpython.com<br>Date: Friday, April 24, 2009, 2:40 AM<br><br><div class="plainMail"><br><br><br>William Reade wrote:<br>&gt; <br>&gt; I think he's rewriting a C++ component in IronPython, and wants to know <br>&gt; how he can minimise the impact on the C# application which hosts it.<br>&gt; <br><br>That's right! Thank you.<br>-- <br>View this message in context: <a href="http://www.nabble.com/Please%2C-help-to-get-started-with-.Net-and-IronPython.-tp23192785p23210776.html"
 target="_blank">http://www.nabble.com/Please%2C-help-to-get-started-with-.Net-and-IronPython.-tp23192785p23210776.html</a><br>Sent from the IronPython mailing list archive at Nabble.com.<br><br>_______________________________________________<br>Users mailing list<br><a ymailto="mailto:Users@lists.ironpython.com" href="/mc/compose?to=Users@lists.ironpython.com">Users@lists.ironpython.com</a><br><a href="http://lists.ironpython.com/listinfo.cgi/users-ironpython.com" target="_blank">http://lists.ironpython.com/listinfo.cgi/users-ironpython.com</a><br></div></blockquote></td></tr></table><br>