All,

I looked at the doc here: http://doc.qt.io/qt-5/qtglobal.html#QT_POINTER_SIZE

I tried navigating down the headers but was unsuccessful at finding the definition. Okay, I lost patience digging for it.

If I'm compiling on a 64-bit host for a 32-bit target, is QT_POINTER_SIZE going to return the correct number of bytes for the 32-bit target?

Don't ask ... we inherited something and they used a void * to return an offset value. Per the coding standard we cannot use a generic type but must use a sized type uint32_t or uint64_t when converting.

Thanks in advance.


--
Roland Hughes, President
Logikal Solutions
(630) 205-1593

http://www.theminimumyouneedtoknow.com
http://www.infiniteexposure.net
http://www.johnsmith-book.com
http://www.logikalblog.com
http://www.interestingauthors.com/blog
http://lesedi.us

_______________________________________________
Interest mailing list
[email protected]
https://lists.qt-project.org/listinfo/interest

Reply via email to