[python-win32] slightly OT: missing windows.h/afxwin.h--how do Iget them?

Mark Hammond mhammond at skippinet.com.au
Thu Jun 8 01:36:15 CEST 2006


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: python-win32-bounces+mhammond=keypoint.com.au at python.org
> [mailto:python-win32-bounces+mhammond=keypoint.com.au at python.org]On
> Behalf Of Coleman, Michael
> Sent: Thursday, 8 June 2006 6:46 AM
> To: python-win32 at 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 at python.org
> http://mail.python.org/mailman/listinfo/python-win32
> 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: winmail.dat
Type: application/ms-tnef
Size: 2472 bytes
Desc: not available
Url : http://mail.python.org/pipermail/python-win32/attachments/20060608/25066a5b/attachment.bin 


More information about the Python-win32 mailing list