You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/cygdrive/c/Users/kevin/dev/reaKontrol2/src/nimidi.cpp: In function ‘void loadActionList()’:
/cygdrive/c/Users/kevin/dev/reaKontrol2/src/nimidi.cpp:181:7: error: ‘strcpy_s’ was not declared in this scope; did you mean ‘strcpy’?
181 | strcpy_s(&g_actionList.name[i][0], A_NAME_MAX, &stringOut[0]);
| ^~~~~~~~
| strcpy
gmake[2]: *** [src/CMakeFiles/reakontrol.dir/build.make:76: src/CMakeFiles/reakontrol.dir/nimidi.cpp.o] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:91: src/CMakeFiles/reakontrol.dir/all] Error 2
gmake: *** [Makefile:130: all] Error 2
The text was updated successfully, but these errors were encountered:
This is Windows 10 64-bit... Related to PR #50?
The text was updated successfully, but these errors were encountered: