[Python-Dev] Status of C compilers for Python on Windows

Merlijn van Deen valhallasw at arctus.nl
Fri Oct 10 13:00:47 CEST 2014


On 10 October 2014 02:29, Victor Stinner <victor.stinner at gmail.com> wrote:

> The free version (Visual Studio Express) only supports 32-bit
>

VC++ 2008/2010 EE do not *bundle* a 64-bit compiler, but it's certainly
possible to build 64-bit applications by using the compiler in the (also
free) Windows SDK:

http://jenshuebel.wordpress.com/2009/02/12/visual-c-2008-express-edition-and-64-bit-targets/
https://stackoverflow.com/questions/1865069/how-to-compile-a-64-bit-application-using-visual-c-2010-express
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-dev/attachments/20141010/f5ea5224/attachment.html>


More information about the Python-Dev mailing list