[Python-Dev] Switching to VC.NET 2003

Martin v. Loewis martin at v.loewis.de
Mon Dec 29 11:50:18 EST 2003


Martin v. Loewis wrote:
> It also does not include msvcr71.lib - I have no clue how you would
> get a copy of that. But then, somehow, msvcrt40.lib (or is it
> msvcrt40.a) must have gotten into mingw32 also.

Some googling shows there is hope:

http://sources.redhat.com/ml/cygwin-announce/2003-09/msg00089.html

2003-06-18  Earnie Boyd  <earnie at users.sf.net>

	* Makefile.in (LIBS): Add new MSVCRT libraries libmsvcr70 and
	libmsvcr71, including debug versions.
	(msvcr70.def, msvcr70d.def, msvcr71.def, msvcr71.def): New targets.

So atleast the part of linking with msvcr71.dll should be
possible. As I said, I cannot imagine what else might be a problem.

Regards,
Martin




More information about the Python-Dev mailing list