[python-win32] Compiling win32 extensions

2007-11-09 Thread MACKEITH Andrew
I am compiling the win32 extensions on 32 bit windows using Microsoft Visual Studio 8 (AKA .Net 2005) I have had some problems with paths, but managed to solve these by manually adding paths to the registry. (I am puzzled that dsound.h appears in the SDK for ce, but not the regular SDK.) I am

[python-win32] Logging off of windows

2007-11-09 Thread Matt Herbert (matherbe)
Hello all, I'm having a little problem figuring how I can tell if there is anybody currently logged into windows at the desktop. More specifically, I am initiating a logoff via the ExitWindowsEx() function and, as we all know, it can sometimes take a little bit for the logoff to actually complete

Re: [python-win32] Automating logon/logoff

2007-11-09 Thread Matt Herbert (matherbe)
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Matt > Herbert (matherbe) > Sent: Wednesday, October 17, 2007 11:02 AM > > I am stumped trying to figure out how I can automate the login/logoff > procedure on Windows. > [...] the hard part that I ca