On Tue, Dec 22, 2009 at 7:44 PM, Tor Lillqvist <t...@iki.fi> wrote:
>> I found [1], which states that Microsoft does not support %ll variant.
>> But I checked this in Visual Studio and it is supported.
>> So where is the catch?
>
> There are several different C libraries from Microsoft. Some support
> %ll, some don't. (They all support %I64d.) Use PRId64 etc from
> <inttypes.h>, that's what they are there for.
>
> --tml
>

Thanks!

But this is *UGLY*.... And I don't have inttypes.h on all platforms...
For example solaris8 does not define these constants.

------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to