I'm trying to create a dll file by compiling some *.cpp files. But the error i get is:1>.\intelbth.cpp(836) : error C3861: 'sprintf_s': identifier not foundAnd the line which it refers to in the code is:sprintf_s(errmsg,"Failed to bind socket; error = %d", WSAGetLastError...