VC 2005 로 작성한 라이브러리 배포를 하는데, 아래 두 가지 문제가 발생했다.
실제로는 1번 문제가 발생하고, 나름대로 해결했다고 생각했을 때 2번 문제를 만났다.
1. This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem (14001).
2. attempting access the C-runtime incorrectly.
구글 검색으로 바로 찾은 사이트가http://channel9.msdn.com/ShowPost.aspx?PostID=23261 이다.
나름 신나게 토의(?)하고 있는데 그 중에 한 사람(brendanx)이 상큼한 답변을 달아주고 떠났다.
아래를 참조하면 깔끔하게 해결되지 싶다.
How to: Deploy using XCopy (http://msdn2.microsoft.com/en-us/library/ms235291.aspx)
Redistributing Visual C++ Files (http://msdn2.microsoft.com/en-us/library/ms235299.aspx)
추가로 아래 내용도 도움이 될 것 같다.
How to: Deploy using a Setup and Deployment Project (http://msdn2.microsoft.com/en-us/library/ms235317(VS.80).aspx)
'Windows' 카테고리의 다른 글
MBRWiz (0) | 2007.08.12 |
---|---|
Microsoft Platform SDK와 Visual C++ 2005 Express Edition 사용 (0) | 2007.04.26 |
Programming Windows TCP Sockets in C++ for the Beginner (0) | 2007.04.13 |