I'm surprised windows.h doesn't come with Express Edition - but I'm fairly sure it comes with the "platform sdk" - which is necessary for many of the modules anyway.
afxwin.h is an MFC header, and IIUC, that is not available without the full-blown MSVC. This will prevent you building pythonwin/win32ui - but should not prevent the COM and win32 packages building... Cheers, Mark > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > Behalf Of Coleman, Michael > Sent: Thursday, 8 June 2006 6:46 AM > To: python-win32@python.org > Subject: [python-win32] slightly OT: missing > windows.h/afxwin.h--how do > Iget them? > > > Hi, > > I know this is off-topic, but I'm trying to compile some of the Python > COM examples (and some other COM code) with the latest Visual C++ > Express Edition, and it's complaining that it can't find the headers > 'windows.h' and 'afxwin.h'. It's been several years since I > used VC++, > but these files seem fundamental, as best as I can recall. I did a > search and they aren't present on my machine anywhere. Googling isn't > turning up anything helpful either. > > What am I missing? How can I get the basic headers and libraries > necessary to do Windows development? > > Thanks for your help, > Mike > _______________________________________________ > Python-win32 mailing list > Python-win32@python.org > http://mail.python.org/mailman/listinfo/python-win32 >
<<attachment: winmail.dat>>
_______________________________________________ Python-win32 mailing list Python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32