Marcell Vazquez-Chanlatte wrote:
> So I've been trying to compile the ARM build for internal testing (aka
> have access to the win32 API)
WHAT are you trying to compile? You cannot run Win32 applications on
Windows RT. CPython (and hence PyWin32) will never run on the ARM
version of Windows. Ga
So I've been trying to compile the ARM build for internal testing (aka have
access to the win32 API) I'm having trouble actually setting up the project
to accept the new platform. I'm new to visual studio but does anyone have
any suggestions?
Getting : fatal error LNK1112: module machine type 'AR
Chris Lambacher wrote:
>
> Metro apps can be written in so called managed (i.e. .net code)... so
> theoretically IronPython would be embeddable in an app targeting Metro
> and could be made to run on Windows RT (the O.S. Formerly know as
> Windows on ARM).
The fact that there is so much confusion
On Wed, Jun 20, 2012 at 12:37 PM, Tim Roberts wrote:
> Chris Lambacher wrote:
> > Microsoft has stated that only . NET apps will run on Windows on ARM
> > so you will likely need to use IronPython if you want to use Python on
> > Windows on Arm.
>
> That's not correct. The .NET Framework will NO
Chris Lambacher wrote:
> Microsoft has stated that only . NET apps will run on Windows on ARM
> so you will likely need to use IronPython if you want to use Python on
> Windows on Arm.
That's not correct. The .NET Framework will NOT be ported on Windows
ARM, so .NET applications will not run. On
Microsoft has stated that only . NET apps will run on Windows on ARM so you
will likely need to use IronPython if you want to use Python on Windows on
Arm.
-Chris
On Tuesday, June 19, 2012, Marcell Vazquez-Chanlatte wrote:
> Hey,
> Does anyone here know about python implementations for windows o