Windows SDK 버전

  • Post author:
  • Post category:
  • Post comments:2 Comments
  • Post last modified:February 8, 2020

Windows SDK 7.0 을 설치한 후에 Visual Studio 2008에서 소스코드 빌드가 안 되는 일이 발생했다. 이 문제는 Visual Studio 2008이 기본적으로 사용하는 Windows SDK 버전이 6.0에서 7.0으로 바뀌었기 때문에 발생한다. 이럴 때는 레지스트리를 수정해야 한다.

image

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SDKs\Windows로 이동하여,

  • CurrentVersionv6.0A
  • CurrentInstallFolderC:\Program Files\Microsoft SDKs\Windows\v6.0A\로 바꾸면

문제가 해결된다.

Author Details
Kubernetes, DevSecOps, AWS, 클라우드 보안, 클라우드 비용관리, SaaS 의 활용과 내재화 등 소프트웨어 개발 전반에 도움이 필요하다면 도움을 요청하세요. 지인이라면 가볍게 도와드리겠습니다. 전문적인 도움이 필요하다면 저의 현업에 방해가 되지 않는 선에서 협의가능합니다.
0 0 votes
Article Rating
Subscribe
Notify of
guest

This site uses Akismet to reduce spam. Learn how your comment data is processed.

2 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
Guest
Guest
12 years ago

sdk 7 를 설치하면 생기는 메뉴중 visual studio registration 의
windows sdk configuration tool 로 조정할 수 있습니다.

CHOI, Jaehoon
12 years ago
Reply to  Guest

오호 그렇군요. 괜히 힘든 길로 왔네요.