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.  Game over.


> 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 'ARM' conflicts
> with target machine type 'X86'

Visual Studio 2012 is required for doing Windows RT code.  Are you using
VS2012?

-- 
Tim Roberts, t...@probo.com
Providenza & Boekelheide, Inc.

_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to