With regards to this update, and .NET 2.0 coming out, are there rumblings of an October CTP for WFP?
Was all looking forward to playing with it, and now I'm re-downloading old .NET betas... On 11/5/05, Keith J. Farmer <[EMAIL PROTECTED]> wrote: > Would be interesting seeing examples of how it works... ;) > > ________________________________ > > From: [EMAIL PROTECTED] on behalf of Jim Hugunin > Sent: Fri 11/4/2005 4:31 PM > > > I think that we overstated the announcement of static compilation a little > bit. There is a new class that does support some static compilation, but > it's far from complete. We only expose the class and no msbuild or > command-line way of invoking the compiler so you'll need to write a Python > (or C# or VB or ...) script to drive a build. It will build a collection of > Python modules into a single executable. These executables need access to > IronPython.dll and IronMath.dll either in the path, a config file or the GAC. > The collections of modules can also be loaded with sys.LoadAssembly* > functions and then their Python modules can be imported and used in > IronPython. > > > > There is no support yet for building a library that is easily usable from > other CLS languages (like C# and VB). This will be coming at some currently > unspecified time in the future. > > > > > _______________________________________________ > users mailing list > [email protected] > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com > > > _______________________________________________ users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
