c++ - strcpy_s not working with gcc -


i have c++11 project, , added strcpy_s method calls. works on windows, when compiling on gcc, there error stating strcpy_s symbol not found.

i did add line

#define __stdc_want_lib_ext1__ 1

to code, no avail.

gcc (or rather, glibc) not support strcpy_s() , friends. ideas on can find library support them, see here: are there free implementations of strcpy_s and/or tr24731-1?


Comments

Popular posts from this blog

python Tkinter Capturing keyboard events save as one single string -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

javascript - Z-index in d3.js -