將您下載的 "*. DLL" 文件復(fù)制到 "C:\Windows\system32\" 系統(tǒng)目錄下然后按 "Win鍵+R" 或單擊 "開始"->"運(yùn)行" 輸入 "regsvr32 *.dll" 命令注冊到系統(tǒng)文件。適用于Windows95/98/xp/2000/vista/win7.
如何注冊Windows\system32\下的所有.dll和.ocx文件?
在開始->運(yùn)行(win+r)下輸入命令:
cmd /c for %i in (%windir%\system32\*.dll) do regsvr32.exe /s %i
cmd /c for %i in (%windir%\system32\*.ocx) do regsvr32.exe /s %i 注:出現(xiàn) “xxx.exe - 無法找到入口,無法定位程序輸入點(diǎn) xxx 于動態(tài)鏈接庫 xxx.dll上?!?的問題一般是由于dll文件版本與exe文件版本文件不同造成。
聯(lián)系客服