Hi,
I tried the implementation of this function in the shiboken module. I've
compiled everything for 64 bit but now I'm facing the following problem:

>>> wrapInstance(9223372036854775808 ,QtGui.QWidget)
>>> OverflowError

Shouldn't this value be valid for a 64bit memory address? It looks like the
pointer address is interpreted as being signed here. What might be the cause
of this issue?

Thanks,
--
Kjelle
_______________________________________________
PySide mailing list
[email protected]
http://lists.pyside.org/listinfo/pyside

Reply via email to