Hi Przemek,

> Now if possible and necessary then please update hbprintf.c for
> MSVC. It's the last popular compiler I haven't tested. We should


I've made and attempt, but it turned out Microsoft refuses to
support C99 standard (they push ppl to use recent C++ standards
instead). They don't support stdint.h either (probably because
it would increase the chance to write more portable code).
And there are no official functions to detect inf and nan. So, this
doesn't look like a joyride for MSVC. I'm keeping this topic open,
so maybe I'll stumble in some solutions in the future.

[ I did just a quick check but looking at the CRL sources, it
seems MSVC printf() implementation doesn't support nan/inf
either. ]

Brgds,
Viktor
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to