[issue2065] trunk version does not compile with vs8 and vc6

Hirokazu Yamamoto report at bugs.python.org
Sat Apr 5 10:01:46 CEST 2008


Hirokazu Yamamoto <ocean-city at users.sourceforge.net> added the comment:

I don't know why, but
/D "MODULE_NAME=\"sqlite3\""
is troublesome. VC6 IDE expands this to
#define MODULE_NAME " sqlite3".

To workaround this, I used
/D MODULE_NAME=\"sqlite3\"
instead in sqlite3.dsp.

Added file: http://bugs.python.org/file9946/ocean.zip

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2065>
__________________________________


More information about the Python-bugs-list mailing list