Re: [python-win32] VS.NET2005; missing include/lib paths and libraries

2007-09-26 Thread Tim Roberts
Stephen Warren wrote: > Mark Hammond wrote: > > Stephen Warren wrote: > >> Also, my eventual desire is to submit a patch to implement hard-link > >> functionality for Win32 via CreateHardLink. > > win32file already exposes this function. > > So it does; I'd forgotten about the pywin32 stuff. > > Is

Re: [python-win32] VS.NET2005; missing include/lib paths and libraries

2007-09-25 Thread Stephen Warren
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mark Hammond wrote: > Stephen Warren wrote: >> Also, my eventual desire is to submit a patch to implement hard-link >> functionality for Win32 via CreateHardLink. > > win32file already exposes this function. So it does; I'd forgotten about the pywin

Re: [python-win32] VS.NET2005; missing include/lib paths and libraries

2007-09-25 Thread Mark Hammond
> 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 > > (

Re: [python-win32] VS.NET2005; missing include/lib paths and libraries

2007-09-25 Thread Tim Roberts
Stephen Warren wrote: > > > OK. So, for the official Python builds, which platform SDK is used? When > I edit the docs to note that it's required, I guess I should specify > which one to use! Well, I'm just being particularly catty. I doubt that Python is using anything Vista-only, so the one inc

Re: [python-win32] VS.NET2005; missing include/lib paths and libraries

2007-09-25 Thread Stephen Warren
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 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

Re: [python-win32] VS.NET2005; missing include/lib paths and libraries

2007-09-25 Thread Tim Roberts
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 tha

Re: [python-win32] VS.NET2005; missing include/lib paths and libraries

2007-09-25 Thread Stephen Warren
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mark Hammond wrote: > Stephen Warren wrote: >> First off, the Python code appears to rely on the MS Platform SDK, >> although the documents don't seem to mention this. I guess it's just >> assumed this is available? > > Yep - and with the express edit

Re: [python-win32] VS.NET2005; missing include/lib paths and libraries

2007-09-25 Thread Mark Hammond
> I just grabbed the latest SVN head (trunk) of Python and attempted to > build using VS .NET 2005 Express, and the sln/vcproj files in the > PCbuild8 directory. > > I had a few problems building even the pythoncore and python targets. > > First off, the Python code appears to rely on the MS Plat

Re: [python-win32] VS.NET2005; missing include/lib paths and libraries

2007-09-25 Thread Paul Moore
On 25/09/2007, Stephen Warren <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > I just grabbed the latest SVN head (trunk) of Python and attempted to > build using VS .NET 2005 Express, and the sln/vcproj files in the > PCbuild8 directory. > > I had a few problems bui

[python-win32] VS.NET2005; missing include/lib paths and libraries

2007-09-24 Thread Stephen Warren
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I just grabbed the latest SVN head (trunk) of Python and attempted to build using VS .NET 2005 Express, and the sln/vcproj files in the PCbuild8 directory. I had a few problems building even the pythoncore and python targets. First off, the Python co