[wx-dev] Re: wxVSnprintf and %I64 does not work in 2.8.0 anymore
Vadim Zeitlin
vadim at wxwindows.org
Wed Jan 3 05:13:51 PST 2007
On Wed, 03 Jan 2007 11:18:02 +0100 Francesco Montorsi <f18m_cpp217828 at yahoo.it> wrote:
FM> Vadim Zeitlin ha scritto:
FM> > [cc'ing to Francesco as I'm not sure he reads wx-users, please follow up
FM> > on wx-dev, thanks]
FM> I didn't get the cc'ed mail but I sometimes look at wx-users exactly to
FM> catch bug reports regarding my patches ;)
That must be because I forgot to add the cc *blush* I should train
Mahogany to not only remind me about forgotten attachments but to also
detect the mentions of "cc'ing" in the beginning of the message and ask if
there are no cc recipients.
FM> > This is almost surely a consequence of using our own printf()
FM> > implementation instead of the C RTL one in 2.8, so the easiest workaround
FM> > for now would be to set wxUSE_PRINTF_POS_PARAMS to 0 in setup.h to avoid
FM> > using it. But the real fix would probably be to add %I64 support under at
FM> > least Windows as people can come to expect it and if it's used inside an
FM> > #ifdef __WXMSW__ it becomes quite difficult to explain why shouldn't it
FM> > work.
FM> the patch seems easy and I've submitted it. I need however to test it a
FM> bit more deeply.
Thanks, I'll try to look at it (and your (and not only yours) other
patches) at the end of the week.
VZ
More information about the wx-dev
mailing list