> Tim Roberts wrote:
> > Stephen Warren wrote:
> >> Ah, so just so I understand - the full version of VC packages the
> >> platform SDK into the install so that it's automatically available
> >> without user action?
> >
> > Yes, a Platform SDK is installed with the package.  It's an older one
> > (April 2005), so it's not entirely clear that it is a benefit for
> them
> > to do so...
> 
> OK. So, for the official Python builds, which platform SDK is used?

As far as I know, the SDK bundled with VS2003 is used.  Nothing in the core
Python sources requires anything later.

pywin32 generally uses a 'recent' one, with #ifdef's used of necessary to
restrict certain functionality to later SDKs (which then makes it my
responsibility to use the latest one referenced in the sources for the final
distributions)

> Also, my eventual desire is to submit a patch to implement hard-link
> functionality for Win32 via CreateHardLink. 

win32file already exposes this function.

Cheers,

Mark

_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to