comdlg32.ocx 这个文件,很多软件打开需要的它支持,因为系统本身没有这个文件。如果打开一些软件的时候提示Componpent ‘comdlg32.ocx’ or one of its dependencies not correctly registered: a file is missing orinvalid就是没有这个文件,请大家下载后进行注册。
安装方法:
A.如果您使用的是 32位 Windows 操作系统:
只需解压“32位系统”文件夹内的 comdlg32.dll 文件到“X:\Windows\system32” (X代表您系统所在目录盘符,如:C:\Windows\system32 ) ;
B.如果您使用的是 64位 Windows 操作系统:
请解压“32位系统”文件夹内的 comdlg32.dll 文件到“ X:\Windows\SysWOW64” (X代表您系统所在目录盘符,如:C:\Windows\SysWOW64 );
请解压“64位系统”文件夹内的 comdlg32.dll 文件到“ X:\Windows\system32” (X代表您系统所在目录盘符,如:C:\Windows\system32 );
32位系统输入 regsvr32 c:\Windows\system32\comdlg32.ocx 回车。
64位系统输入 regsvr32 c:\\Windows\SysWOW64\comdlg32.ocx 回车。