[IronPython] dll
Jim Hugunin
jim at ironpython.com
Wed Sep 1 06:02:50 CEST 2004
Well, if you do this:
C:\IronPython\bin> IronPythonConsole
>>> import colors
You'll get a file called "colors.dll" in the working directory. While this
dll is technically referencable from C# or VB, I doubt that you'll be very
happy with it. IronPython needs a static compiler, and that doesn't really
exist in the current release.
-Jim
________________________________________
From: users-ironpython.com-bounces at lists.ironpython.com
[mailto:users-ironpython.com-bounces at lists.ironpython.com] On Behalf Of
david Powell
Sent: Tuesday, August 31, 2004 4:37 AM
To: users-ironpython.com at lists.ironpython.com
Subject: [IronPython] dll
>From the mailing list I can see that typing at the command prompt
C:\IronPython\bin> IronPythonConsole colors.py
Produces the executable __main__.exe.
But is it possible at this stage to produce a dll that can be referenced by
C# or VB.NET?
regards David
More information about the Ironpython-users
mailing list