메뉴 건너뛰기

app

[MFC] VS2008로 제작시 첨부해야 할 파일들

박영식2011.05.31 19:11조회 수 3566댓글 0

  • 2
    • 글자 크기
http://blog.kalmbach-software.de/2008/05/03/howto-deploy-vc2008-apps-without-installing-vcredist_x86exe/

< Visual Studio 2005에서 제작한 경우 >


1. C:Program FilesMicrosoft Visual Studio 8VCredistx86Microsoft.VC80.CRT
        Microsoft.VC80.CRT.manifest
        msvcr80.dll

2. C:Program FilesMicrosoft Visual Studio 8VCredistx86Microsoft.VC80.MFC
        Microsoft.VC80.MFC.manifest
        mfc80u.dll

< Visual Studio 2008에서 제작한 경우 >

1. C:Program FilesMicrosoft Visual Studio 9.0VCredistx86Microsoft.VC90.CRT
        Microsoft.VC90.CRT.manifest
        msvcr90.dll

2. C:Program FilesMicrosoft Visual Studio 9.0VCredistx86Microsoft.VC90.MFC
        Microsoft.VC90.MFC.manifest
        mfc90u.dll
Microsoft Visual C++ 2008 재배포 가능 패키지(x86)는 Visual C++ 2008이 설치되지 않은 컴퓨터에서 Visual C++로 개발된 응용 프로그램을 실행하는 데 필요한 Visual C++ 라이브러리의 런타임 구성 요소를 설치합니다

http://www.microsoft.com/downloads/ko-kr/details.aspx?displaylang=ko&FamilyID=9b2da534-3e03-4391-8a4d-074b9f2bc1bf

위의 package까지 첨부하였다.


박영식 (비회원)
  • 2
    • 글자 크기
[PHP] Travelling Salesman Problem (by 박영식) [SPF] Dijkstra 알고리즘 C파일 (by 박영식)

댓글 달기

박영식
2008.07.22 조회 3176
박영식
2003.11.05 조회 3238
박영식
2002.04.18 조회 3247
박영식
2002.04.18 조회 3377
박영식
2003.12.19 조회 3460
이전 1 ... 5 6 7 8 9 10 11 12 13 14다음
첨부 (2)
Microsoft_VC90.zip
4.18MB / Download 55
vcredist_x86.exe
4.02MB / Download 57
위로