Amaury Forgeot d'Arc added the comment:

Yes, everything compiles now.
I discovered that the additional libraries not necessary if I update my
VC 2005 Express installation as in this post:
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=133236&SiteID=1

> The problem is that the default installation of VS 8 express 
> doesn't support the Platform SDK, so, after installing the 
> platform SDK, you need to make a few modifications...
> 
> 1. Update the corewin_express.vsprops file (NOT the 
> corewin.vsprops file).
(In the c:/Program Files/Microsoft Visual Studio 8/VC/VCProjectDefaults/
 directory)
> You need to change this...
> 
> AdditionalDependencies="kernel32.lib"
> 
> to this
> 
> AdditionalDependencies="kernel32.lib user32.lib gdi32.lib winspool.lib
comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib"
>

And everything compiles fine without further modification. Thanks!

__________________________________
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1031>
__________________________________
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to