[issue11598] missing afxres.h error when building bdist_wininst in Visual Studio 2008 Express

Lorenz report at bugs.python.org
Fri Mar 18 23:47:09 CET 2011


Lorenz <python at xca.ch> added the comment:

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.

----------
nosy: +DaMutz

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11598>
_______________________________________


More information about the Python-bugs-list mailing list