Hi all,

I am using visual C++ 6.0 to build an unicode application, when i am compiling my code i have the following error:
error C2065: 'swprintf_s' : undeclared identifier
I have added the two headers: stdio.h and wchar.h.

Regards.