Fredrik Lundh wrote:
PS. Can any resident Microsoft compiler expert perhaps summarize the
differences between the Express Edition and the "real" editions wrt.
generated code? Are there any differences at all?
The express edition does neither support PGO (profile guided
optimization) nor cross compilation of 64bit binaries on 32bit
platforms. The other missing features are mostly uninteresting from the
PoV of a extension developer.
From wikipedia:
Visual C++ 2008 Express does not include OpenMP support, 64-bit
compilers, or a resource editor. The higher-end commercial editions of
Visual Studio, specifically the Professional and Team Suite editions,
have these features.
From MS:
http://msdn.microsoft.com/en-us/library/hs24szh9.aspx
Christian
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe:
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com