Hallo,
I got a warning #2027: Missing prototype for 'fwprintf_s
with ver 6 and with 6.5r4
The declaration in <wchar.h> is prefixed with the following macro
#define _CRTCHK(f,n,m) __declspec(vaformat(f,n,m))
which is new since ver 6.
Is this a normal behaviour?
czerny