Hi,

QT Creator seems to have a problem with string-macros in function
arguments as the macros provided by inttypes.h.

This line:

        printf("%"PRIi64, someint);

is marked as an error ("expected token ')' got 'PRIi64')"), for those
who aren't familiar with inttypes.h: it provides macro-strings to be
used inside of printf or scanf to print/scan exact-size integers, for
example: PRIi64 expands to "d" on x86_64.

Greetings
Lars Hartmann

Attachment: signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil

_______________________________________________
Qt-creator mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt-creator

Reply via email to