상세 컨텐츠

본문 제목

Visual Studio "비쥬얼시튜디오" 에서 리소스(.RC)파일을 열때 “리소스 컴파일러 DLL을 찾을 수 없습니다” 에러가 발생할 때 관련

프로그래밍 관련/프로그래밍 관련팁

by AlrepondTech 2017. 5. 12. 16:41

본문

반응형

 

=================================

=================================

=================================

 

 

 

아래 두개의 폴더에

- C:\Program Files (x86)

- C:\Program Files 

 

검색 파일,폴더 찾기로 "RC.EXE, rcDLL.DLL" 두가지 파일을 찾아서

에러메세지에 나오는 해당경로를 찾아 복사해서 넣어주면 된다.

 

 

=================================

=================================

=================================

 

 

출처: http://stackoverflow.com/questions/10770084/vs2010-cannot-find-the-resource-compiler-dll-please-make-sure-the-path-is-cor

 

 

This thread mentions a registry issue:

I had been able to reproduce the issue with my pc with Windows 7 SP1 64 bit and VS2010 Sp1 installed.

What I had to is modify the following registry entries from

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Microsoft SDKs\Windows] "CurrentVersion"="7.0" "CurrentInstallFolder"="C:\\Program Files (x86)\\Microsoft SDKs\\Windows\\v7.0\\"

to

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Microsoft SDKs\Windows] "CurrentVersion"="7.0.30319" "CurrentInstallFolder"="C:\\Program Files (x86)\\Microsoft SDKs\\Windows\\v7.0A\\"

And there were 2 keys under

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Microsoft SDKs\Windows]

which are

v7.0 v7.0A

I deleted v7.0 along with all its subkeys. And the problem is solved.

 

 

 

 

반응형

 

728x90

 

 

=================================

=================================

=================================

 

 

출처: http://blog.naver.com/PostView.nhn?blogId=agebreak&logNo=60129116776

 

[문제점]

VS 2010 SP1을 설치하고 나서, MFC 어플리케이션을 만들고 나서,

 

MFC 클래스를 추가할려고 하면, 아래와 같은 메시지가 발생하면서, 클래스가 추가되지 않는 경우가 발생하였다.

 

 

 

[해결]

구글링을 해봤더니.. 뭐 레지스트리가 꼬여서 생긴 문제라는데…

VS 2008/2010을 같이 설치하는 경우에 경로가 꼬여서 생기는 거란다..

레지스트리를 수정하는 방법도 있지만…

걍 간단하게..

  1. 아래 경로에서 RC.EXE, rcDLL.DLL을 카피한다.
    C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\bin
  2. 아래 경로에 복사해 넣는다.
    C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin

 

그럼 간단하게 해결!! 뭐.. 결국은 파일을 제대로 못찾아서 생기는 문제니까.. ^^

 

 

=================================

=================================

=================================

 

 

반응형


관련글 더보기

댓글 영역