> 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 ------------------------------------------------------------------------------ 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