|
vsprintf()를 쓰면
[C++ Error] Engine_Draw.cpp(1584): E2451 Undefined symbol 'vsprintf_instead_use_StringCbVPrintfA_or_StringCchVPrintfA'
strcpy()를 쓰면
[C++ Error] Engine_HSP.cpp(396): E2451 Undefined symbol 'strcpy_instead_use_StringCbCopyA_or_StringCchCopyA'
에러가 뜹니다.. 물론, string.h, stdio.h를 인클루드 했는데, 이렇게 되네요.. 무엇이 문제일까요?
다른 프로젝트는 안이런데, 왜 이것만..ㅠㅠ 뭐가 달라서 이런건지 모르겠네요..
|