On Mon, Jun 22, 2009 at 09:52:35AM +0300, Jesse Lehrman wrote:
> It seems that most of the exports in the 32-bit version have a preceding
> underscore while in the 64-bit version they don't. For example:
>
> python25.lib 32-bit:
> _PyFloat_AsDouble
>
> python25.lib 64-bit:
>
I'm trying to compile SIP/PyQT 4.5 for Windows Python 64-bit. I'm running into
an error when attempting to link the SIP/PyQT object files against
python25.lib. The errors are "can't find reference..." to symbols that should
be in python25.lib. I tried using the 32-bit version of python25.lib and