On Tue, Dec 22, 2009 at 10:01 PM, Kai Tietz <ktiet...@googlemail.com> wrote:
> Well, we have here (at least for the native printf functions) to
> assume smallest supported feature-set. By using msvcrt.dll (Vista or
> newer) you are using in fact msvcr80.dll + feature set, which supports
> %ll specifier, but older ms runtimes don't.
> By specifying _POSIX, or by defining __MINGW_USE_ANSI_STDIO=1, you can
> use the POSIX emulation printf functions, which are supporting %ll
> (and also %Lg, etc). But be aware that just the printf functions are
> currently emulated, not the scanf ones.

Thanks!
This exactly what I intended to do, but could not use _POSIX.
So I will use -D__USE_MINGW_ANSI_STDIO=1

Great.
Alon.

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