반응형
visual studio 2008에서
nvidia-texture-tools를 컴파일 하며 아래와 같은 에러가 난다.
Error 11 error C3163: '_vsnprintf': attributes inconsistent
이경우, nvcore 프로젝트아래의 DefsVcWin32.h에 코드를 아래와 같이 수정하면 된다.
#if _MSC_VER < 1500
#define vsnprintf _vsnprintf
#endif
반응형
'c·c++' 카테고리의 다른 글
stdint.h and inttypes.h 파일을 찾을 수 없을때 (0) | 2012.10.25 |
---|---|
Visual Studio 2008 에서 컴파일시 파일 복사하기. (0) | 2012.10.24 |
gdal에서 링크에러 (0) | 2012.06.30 |
__imp___invalid_parameter_noinfo (0) | 2010.12.29 |
visual c++ precompiled header errors on windows7 (0) | 2010.12.03 |