[Ironpython-users] pyc port to IKVM.Reflection
Slide
slide.o.mix at gmail.com
Fri Jul 6 16:35:46 CEST 2012
As a quick follow-up, here is the license for IKVM, I think we can
safely include it and distribute it, but IANAL
Copyright (C) 2002-2012 Jeroen Frijters
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:
1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software
in a product, an acknowledgment in the product documentation would be
appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
Jeroen Frijters
jeroen at frijters.net
On Fri, Jul 6, 2012 at 7:34 AM, Slide <slide.o.mix at gmail.com> wrote:
> I ported the pyc.py script to use IKVM.Reflection instead of
> System.Reflection.Emit. It turns out some of the things (win32icon)
> are MUCH easier to do with IKVM.Reflection. I attached the ported
> version to [1] if people would like to give it a try. Let me know if
> you see any issues and if not, I'll go ahead and commit this version.
> Please don't file issues on CodePlex for this version since its not
> part of the codebase yet. Please just drop me an email with any
> problems you run into. There are lots more things that can be done
> with IKVM.Reflection (compile for different runtimes, unmanaged
> resources, etc) that are MUCH harder (or impossible) to do with
> System.Reflection.Emit, so hopefully we can get this included in one
> of the next releases.
>
> Thanks,
>
> slide
>
> 1 - http://ironpython.codeplex.com/workitem/22138
>
> --
> Website: http://earl-of-code.com
--
Website: http://earl-of-code.com
More information about the Ironpython-users
mailing list