분류 전체보기 1344

Avoiding the MSVCR100.dll, MSVCP100D.dll, or MSVCR100D.dll is missing error

http://www.rhyous.com/2010/09/16/avoiding-the-msvcr100-dll-or-msvcr100d-dll/ Statically Linking the DLLs Make sure you resolve it for both Release and Debug. The steps are slightly different. Release In Visual Studio, I went to the project Properties. I changed my Configuration to Release. I went under Configuration Properties | C/C++ | Code Generation Look at the Runtime Library setting. It is ..

Programming 2012.06.15

(Windows) 특정 네트워크 주소에 접속하고 있는 프로그램 찾기

시작 -> 실행 -> cmd netstat -b 참고 netstat /?프로토콜 통계 및 현재 TCP/IP 네트워크 연결을 표시합니다. NETSTAT [-a] [-b] [-e] [-n] [-o] [-p 프로토콜] [-r] [-s] [-v] [시간] -a 모든 연결 및 수신 대기 포트를 표시합니다. -b 각 연결 또는 수신 대기 포트를 만드는 데 관련된 실행 프로그램을 표시합니다. 잘 알려진 실행 프로그램에서 여러 독립 구성 요소를 호스팅하는 경우에는 연결 또는 수신 대기 포트를 만드는 데 관련된 구성 요소의 시퀀스가 표시됩니다. 이런 경우에는 실행 프로그램 이름이 아래쪽 대괄호 안에 표시되어 있고 위에는 TCP/IP에 도달할 때까지 호출된 구성 요소가 표시되어 있습니다. 이 옵션은 시간이 오래 걸릴 수 ..

Computer 2012.06.14