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.
swprintf_s as well as other "Security Enhancements in the CRT" were introduced in Microsoft Visual Studio 2005. Thus they are not available in VC++6.0.
Bookmarks