This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author amaury.forgeotdarc
Recipients amaury.forgeotdarc, nnorwitz
Date 2007-08-26.23:43:33
SpamBayes Score 0.60127133
Marked as misclassified No
Message-id <1188171814.24.0.235709007158.issue1031@psf.upfronthosting.co.za>
In-reply-to
Content
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!
History
Date User Action Args
2007-08-26 23:43:34amaury.forgeotdarcsetspambayes_score: 0.601271 -> 0.60127133
recipients: + amaury.forgeotdarc, nnorwitz
2007-08-26 23:43:34amaury.forgeotdarcsetspambayes_score: 0.601271 -> 0.601271
messageid: <1188171814.24.0.235709007158.issue1031@psf.upfronthosting.co.za>
2007-08-26 23:43:34amaury.forgeotdarclinkissue1031 messages
2007-08-26 23:43:33amaury.forgeotdarccreate