[PySide] Shiboken Large Address Bug

Matthew Woehlke mw_triad at users.sourceforge.net
Fri Feb 7 17:07:00 CET 2014


On 2014-02-06 21:59, Luc-Eric Rousseau wrote:
> we have used unsigned long long in our build (Autodesk Maya), as stated here:
> https://bugreports.qt-project.org/browse/PYSIDE-191
>
> you could make that signature ifdef'ed to only occur on windows x64 if
> you're worried about binary compatibility.

Actually, that (or better, having a conditional tree to select an 
appropriate type whose size == sizeof(void*)) isn't a bad idea.

So all platforms *except* Windows x64 will continue to use 'long' and be 
unchanged.

If anyone has patches, do please share them...

-- 
Matthew




More information about the PySide mailing list