Re: MS Compiler to build Python 2.3 extension

2005-06-30 Thread Richie Hindle
[woodsplitter] > MS Visual C++ 6 is indeed the compiler that the python.org > distributions are built with Just to add back some context for people not following the thread: this is Python 2.3 we're talking about. 2.4 is built with Visual Studio.NET. > but MinGW works fine too. In fact, the >

Re: MS Compiler to build Python 2.3 extension

2005-06-30 Thread woodsplitter
MS Visual C++ 6 is indeed the compiler that the python.org distributions are built with, but MinGW works fine too. In fact, the code generated by MinGW-GCC 3.4.4 outpaces that generated by MSVC++ 6.0 by a considerable margin in some of my performance-critical extensions, and the size of the binari

Re: MS Compiler to build Python 2.3 extension

2005-06-29 Thread Richie Hindle
[Gary] > I recenly built a C API Python extension for Python 2.3 > on OS X, and now I need to build it for Windows. Will > [MS Visual Studio Pro 6.0] do the trick? Yes. That's exactly the compiler that Python 2.3 itself, and most 2.3 extensions, were built with. -- Richie Hindle [EMAIL PROTEC

MS Compiler to build Python 2.3 extension

2005-06-29 Thread garyrob
Hello, I have no Microsoft compilers on my hard disk. I recenly built a C API Python extension for Python 2.3 on OS X, and now I need to build it for Windows. When I start Python 2.3 on Windows, it says it was built with "MS C v.1200". I'm not sure how that maps to current Microsoft compiler prod