[C++-sig] 64 bit integer bug in pyste

Niall Douglas s_sourceforge at nedprod.com
Sun Aug 3 17:45:11 CEST 2003


When using 64 bit integers, GCCXML reports long long. Under MSVC this 
should be __int64. You could use instead BOOST_PYTHON_LONG_LONG which 
resolves on all platforms.

Cheers,
Niall





More information about the Cplusplus-sig mailing list