如何注册在Windows 7 64位的DLL文件?文件、Windows、DLL

2023-09-07 17:30:06 作者:残月絮辰

我曾尝试使用下面的code:

I have tried to use the following code:

cd c:\windows\system32
regsvr32.exe dllname.ax

但是,这不是为我工作。如何注册在Windows&NBSP一个DLL文件; 7与64位处理器

But this is not working for me. How can I register a DLL file on Windows 7 with a 64-bit processor?

推荐答案

键入 REGSVR32 name.dll 进入命令提示符,preSSEnter键。需要注意的是 name.dll 应替换为您要注册DLL的名称。例如,如果您要注册的iexplore.dll,键入 REGSVR32 iexplore.dll

Type regsvr32 name.dll into the Command Prompt and press "Enter." Note that name.dll should be replaced with the name of the DLL that you want to register. For example, if you want to register the iexplore.dll, type regsvr32 iexplore.dll.