Re: [IronPython] C# and IronPython Interface.

2007-11-28 Thread Dino Viehland
: [IronPython] C# and IronPython Interface. Hi All, Please find my updated Entry.cs and ArithmeticOperations.py files: Entry.cs : using System; using System.Collections; using System.IO; using System.Text; using IronPython.Compiler; using IronPython.Hosting; using IronPython.Runtime; using

Re: [IronPython] C# and IronPython Interface.

2007-11-28 Thread Kaveripakam, Sathish
ing.ThreadHelper.ThreadStart() In this regard, I wanted to know am I missing something primitive in the Project Settings ? Regards -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dino Viehland Sent: Dienstag, 27. November 2007 18:32 To: Discussion of

Re: [IronPython] C# and IronPython Interface.

2007-11-27 Thread Dino Viehland
ity that could turn into more optimized code in v2.0 at some point in the future. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kaveripakam, Sathish Sent: Monday, November 26, 2007 8:01 AM To: users@lists.ironpython.com Subject: [IronPython] C# and IronPython Interface. HI All,

[IronPython] C# and IronPython Interface.

2007-11-26 Thread Kaveripakam, Sathish
HI All, I have c# code which should call a Iron Python function. I am using Iron python 1.1 version and Visual Studio 2005. The details of my files are as follows: C# code (Entry.cs): using System; using System.Collections; using IronPython.Hosting; public class Entry { p