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 DaMutz
Recipients DaMutz, carljm
Date 2011-03-18.22:47:07
SpamBayes Score 0.0055133635
Marked as misclassified No
Message-id <1300488429.76.0.479203281579.issue11598@psf.upfronthosting.co.za>
In-reply-to
Content
replace the "afxres.h" by the following lines and then it builds:

#include <windows.h>

#ifndef IDC_STATIC
#define IDC_STATIC (-1)
#endif

but the problem is, that the 'install.rc' file is generated. Unfortunately I do not know how to solve the root cause.
History
Date User Action Args
2011-03-18 22:47:09DaMutzsetrecipients: + DaMutz, carljm
2011-03-18 22:47:09DaMutzsetmessageid: <1300488429.76.0.479203281579.issue11598@psf.upfronthosting.co.za>
2011-03-18 22:47:07DaMutzlinkissue11598 messages
2011-03-18 22:47:07DaMutzcreate