Visual Studio/Settings
MSVCR110.DLL 에러 관련
juniguya
2013. 1. 14. 18:49
Visual Studio가 설치된 컴퓨터에서는 상관없지만 그렇지 않은 컴퓨터에서 실행파일만 가지고 프로그램 실행할때,
MSCVCR110.DLL 이 없다고 에러날수 있음, 이럴경우
디버깅할때 물론 Release로 디버깅 하고
따로 Project -> Properties -> Configuration properties -> C/C++ -> Code Generation -> Runtime Library 를 Mutilthreaded.dll 에서 그냥 Multithreaded 로 고쳐주면됨 ;)