Hi Alex,
On 05/23/18 06:30, Alex Henrie wrote:
+wchar_t* __cdecl wmemchr(const wchar_t*,wchar_t,size_t); +int __cdecl wmemcmp(const wchar_t*,const wchar_t*,size_t); +wchar_t* __cdecl wmemcpy(wchar_t*,const wchar_t*,size_t); +wchar_t* __cdecl wmemmove(wchar_t*,const wchar_t*,size_t); +wchar_t* __cdecl wmemset(wchar_t*,wchar_t,size_t);
These functions are not exported from any of msv* dlls. If it's really needed you will need to provide the implementation inside of the header.
Thanks, Piotr