Re: compiling modules with VS 2008 for python 2.4 prepared with Visual Studio 2003

2007-04-14 Thread alf
Martin v. Löwis wrote: > You either would have to create a import library for mscvr71.dll > by hand, or you have to copy one from VS 2003 (breaking its license). I wonder if copying the probstat.pyd from internet where I it finnaly found is not breaking the license:-). it was my final solution

Re: compiling modules with VS 2008 for python 2.4 prepared with Visual Studio 2003

2007-04-14 Thread Martin v. Löwis
> complier is just a compiler. perhaps final linking could be somehow > tweaked to include msvcrt71 instad of 80. Not easily. VS 2005 is not just a complier, it is also a rinkel, and ships with improt librareis. The import library for msvcrt.lib it ships with automatically links with msvcr8.dll.

Re: compiling modules with VS 2008 for python 2.4 prepared with Visual Studio 2003

2007-04-14 Thread alf
Martin v. Löwis wrote: >>well, instructions were clear enough for me. What is hard to get why it >>could not use free M$ compiler which is presumably produces compatible >>objects and libraries. > > > This presumption is incorrect. The compiler does *not* create compatible > objects and libraries

Re: compiling modules with VS 2008 for python 2.4 prepared with Visual Studio 2003

2007-04-12 Thread Martin v. Löwis
> well, instructions were clear enough for me. What is hard to get why it > could not use free M$ compiler which is presumably produces compatible > objects and libraries. This presumption is incorrect. The compiler does *not* create compatible objects and libraries. It links with msvcr8.dll, wher

Re: compiling modules with VS 2008 for python 2.4 prepared with Visual Studio 2003

2007-04-12 Thread alf
Alex Martelli wrote: > I would think this error message is as clear as it can be, and then > some! It even gives very practical advice on how to work around the > problem. Either install VS2003, if you own it or can purchase it, or > else install mingw32 (which is free and can be downloaded) and

Re: compiling modules with VS 2008 for python 2.4 prepared with Visual Studio 2003

2007-04-04 Thread Alex Martelli
alf <[EMAIL PROTECTED]> wrote: > Hi, > > I want to add some library but it can not be comipled? Here is an output: If you don't have the needed compiler installed (in this case, VS 2003, while it looks like your installation has VS 2005 instead), sure. > D:\>cl > Microsoft (R) 32-bit C/C++ Opt

compiling modules with VS 2008 for python 2.4 prepared with Visual Studio 2003

2007-04-04 Thread alf
Hi, I want to add some library but it can not be comipled? Here is an output: D:\>cl Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.42 for 80x86 Copyright (C) Microsoft Corporation. All rights reserved. usage: cl [ option... ] filename... [ /link linkoption... ] D:\> pyth