대만제 osd개발용 프로그램 돌리다가 windows format 재설치후 win7 64깔고 프로그램 돌리니 아래와 같은 error 메세지간 떴다
여기저기 해결하려고 다니다가 결국 이것보고 해결. command prompt를 관리자 모드로 실행하는것을 잊지 말것
링크는 http://siddz05.blogspot.kr/2013/11/register-comdlg32ocx-on-x64-win7_7.html
Today when I run an old tool on my x64 Windows 7, following error message is
displayed:
Component ‘COMDLG32.OCX’ or one of its
dependencies is not correctly registered: a file is missing or
invalid.
Here is how to resolve comdlg32.ocx missing
error.
- Download comdlg32.zip and extract comdlg32.ocx from zip file
- Move comdlg32.ocx to c:\Windows\system32 folder. For 64bit Vista/Win7, move comdlg32.ocx to c:\Windows\SysWOW64
- Open a command line window and run following command:
regsvr32 c:\Windows\system32\comdlg32.ocxNote: a) on 64bit Vista/Win7, run this command instead:
regsvr32 c:\Windows\SysWOW64\comdlg32.ocxb) For Vista/Win7 with UAC turn on, the above command needs to be run from elevated command prompt. - Once comdlg32 is registered successfully, following message will prompt, DllRegisterServer in C:\WINDOWS\System32\comdlg32.ocx succeeded.
- Now launch the application again you should not see file missing error.
Update: Important note if you use Windows 7: registering comdlg32.ocx must be done as administrator, or regsvr32.exe will fail with error 0x8002801c. To do this as administrator, Go to All Programs -> Accessories -> Command Prompt’, right click on ‘Command Prompt’ icon, and click on ‘Run as administrator’ to start a command prompt, then run the regsvr32 command
'먹고살기 > -- TIP' 카테고리의 다른 글
SSD 사용후 접한 윈도우 blue화면 (0) | 2020.07.14 |
---|---|
whetstone bridge (0) | 2020.01.09 |
win10에서 오래된 virtual machine돌리기 (0) | 2019.12.09 |
전기 요금 종류와 계약전력 (0) | 2019.09.25 |
intel hex format (0) | 2008.10.21 |