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