| 对于那些可以自行注册的对象链接和嵌入 (OLE) 控件,例如动态链接库 (DLL) 文件或 ActiveX 控件 (OCX) 文件,您可以使用 Regsvr32 工具 (Regsvr32.exe) 来将它们注册和取消注册。% X$ K" B3 t; o5 D$ L1 \ 7 f" J' Z$ N. @1 p# H: K1 ~) P
 Regsvr32.exe 的用法
 # a7 A7 ~  y1 h0 c7 o0 J2 M# e6 K( B. k, o+ Z
 RegSvr32.exe 具有以下命令行选项: Regsvr32  [/n] [/i[:cmdline]] dllname 5 G; r  N/ V' R! L$ J
 % n& G2 L  @  B- u, w1 ?7 f4 p
 /u - Unregister server<BR/> 1 ]& |" {  W% {4 f+ p; G
 /i - Call DllInstall passing it an optional [cmdline]; ' `2 O5 z5 O; b& t5 a  d; |4 S: |
 when used with /u calls dll uninstall
 . [9 c0 m0 [2 v9 e: t( n   /n - do not call DllRegisterServer; this option must
 0 H$ x7 X! }; h4 X        be used with /i $ \+ Q2 M! v- n# ?3 Z) H; b
 
 " `- Z$ n/ X7 p+ n; @" f当您使用 Regsvr32.exe 时,它会尝试加载该组件并调用它的 DLLSelfRegister 函数。如果此尝试成功,Regsvr32.exe 会显示一个指示成功的对话框。如果此尝试失败,Regsvr32.exe 会返回一条错误消息,其中可能会包括一个 Win32 错误代码。要查看 Win32 错误代码的列表,请参见下面的 Microsoft Web 站点:  - ]# `; D# F  A+ R5 m  |0 }: x/ j, g# o
 http://msdn.microsoft.com/librar ... n32_error_codes.asp
 & Q; n" v9 @! Q% ^2 L4 k+ O! T3 h; h$ C0 `* t8 r7 u8 ?
 例如,要手动注册 Sample.ocx ActiveX 控件,请在 MS-DOS 提示符处键入以下命令:  + B7 g; T+ Q# ^7 X0 @
 c:\regsvr32.exe sample.ocx
 . Q! F' {5 }8 ?; |# k% f
 * ?, U, `8 \4 ~. l" F1 r7 p6 N0 t( uRegsvr32.exe 错误消息
 9 x8 E- P- |; G* T) y' \) [
 ! f6 H0 H+ n5 r% a以下列表介绍了 RegSvr32 错误消息和可能的原因。
 ) _- M. r# M& I! R
 ' h% X, E5 D9 A, `* ~7 `1 `  RUnrecognized flag:/invalid_flag + \- `0 \& G6 D/ m, E
 , F6 S8 _* d5 q2 O* U% S
 键入的标志或开关组合无效(请参阅本文中的“Regsvr32.exe 的用法”一节)。
 ( R& d9 l; |/ {) W
 7 ]8 a7 m1 |$ b& DNo DLL name specified. 6 K, p9 u( H7 K9 L: a
 
 . W! _! S7 _* V* M. k8 t未包括 .dll 文件名(请参阅本文中的“Regsvr32.exe 的用法”一节)。  6 k7 Y* w7 x$ s
 
 # D" U8 y2 [+ i5 o/ a; l) \Dllname was loaded, but the DllRegisterServer or DllUnregisterServer entry point was not found.
 3 t% ^4 M9 R' v
 I3 p; y1 v' E+ i& Y# wDllname 不是 .dll 或 .ocx 文件。例如,键入 regsvr32 wjview.exe 就会生成该错误消息。  & }! v% U6 ]3 O# c: o" `5 Q3 \
 
 . ^  S' J" E/ R% J0 p* [Dllname is not an executable file and no registration helper is registered for this file type. 9 A! c  _. a: }& ]/ s7 f! L
 8 [1 l$ Q+ s5 Z/ B$ x8 _4 r' s+ K
 Dllname 不是可执行文件(.exe、.dll 或 .ocx)。例如,键入 regsvr32 autoexec.bat 就会生成该错误消息。
 / p7 ^1 `- \; G1 m2 f9 \, n
 # ^' ?. Y0 R$ ^6 m' e' aDllname was loaded, but the DllRegisterServer or DllUnregisterServer entry point was not found.
 + r: D+ R5 q5 `- ?  g. x  n
 K9 G8 v& m' h) D' z% b, y" vDllname 可能未导出,或者内存中可能有损坏的 Dllname 版本。请考虑使用 Pview 来检测该文件并删除它。  ) A9 |1 ?  Q% B6 D3 ]% I
 
 & @" g" r( G$ s$ dDllname is not self-registerable or a corrupted version is in memory. 7 {8 P; R* t: H7 d. j. Q
 
 9 Y3 v. g0 ^9 ~" t- L) _5 F7 `" T例如,键入 regsvr32 icwdial.dll 后就会返回该错误消息,因为 Icwdial.dll 文件不能自行注册。如果您怀疑内存中有损坏的 Dllname 版本,请尝试重新启动计算机,或重新提取该文件的原始版本。如果您运行的是 Windows NT,可能需要使用 Microsoft Windows NT Server 4.0 资源工具包 中的 Kill 或 Pview 工具。有关其他信息,请单击以查看以下 Microsoft 知识库文章:  5 X/ B# g/ Z0 S& [
 197155 如何终止孤立进程  , E; |2 R+ [4 g
 
 ; v! j8 p- K% l' T$ [) E6 j! L6 nOleInitialize failed (or OleUninitialize failed).
 4 e8 L$ ~5 g$ }+ x$ r8 f; Z; r8 F* `0 b
 3 [2 x6 A5 c- {; w' u! {! {Regsvr32 必须先初始化 COM 库,然后才能调用所需的 COM 库函数并在关闭时撤消对该库的初始化。如果对 COM 库进行初始化或撤消初始化的尝试失败,就会出现这些错误消息。例如,Ole32.dll 文件可能已经损坏,或者其版本有误。  - n. L/ U. {' n' g9 ?. e6 b
 ) h, W7 ~+ u: V% P. K
 LoadLibrary("Dllname") failed.GetlastError returns 0x00000485 0 }/ G. P  h+ `; u
 
 ) k( A6 _: c$ g: Z+ U5 A  m在 Winerror.h 中,0x00000485 = 1157 (ERROR_DLL_NOT_FOUND),表示“找不到运行该应用程序所需的某个库文件”。例如,键入 regsvr32 missing.dll 后,如果找不到 Missing.dll 文件,就会返回该错误消息。
 4 T1 c) U. `$ D, D* j5 V' u1 k6 Z
 LoadLibrary("Dllname") failed.GetLastError returns 0x00000002
 ( k6 J0 v$ _1 O( }4 E
 / j5 s2 ~  I: u4 ?在 Winerror.h 中,0x00000002 = 2 (ERROR_FILE_NOT_FOUND),表示“系统找不到指定的文件”。换言之,系统找不到相关的 DLL。例如,如果键入 regsvr32 icwdial.dll,而此时缺少 Tapi32.dll(依赖项),就会返回该错误消息。
 4 @5 Q  v, G8 S( Z2 N  N* }& S6 h, E' h/ V: \+ N3 O
 LoadLibrary("dskmaint.dll") failed.GetLastError returns 0x000001f , Z& G. X4 ?3 D
 
 9 F5 P& X5 U: F4 V- _% L0 j5 ?在 Winerror.h 中,0x000001f = 31 (ERROR_GEN_FAILURE),表示“附加到系统上的设备不能正常工作”。如果您尝试注册 Win16 .dll 文件,就会发生此现象。例如,键入 regsvr32 dskmaint.dll 会返回该错误消息。
 : ~+ Z, m2 U& w5 }1 _0 L5 }1 M  R6 q6 a$ s( T! @  L; z$ q
 DllRegisterServer (or DllUnregisterServer)in Dllname failed.返回代码是:字符串 ( y) M: t0 F) h! R3 o' ]
 
 6 h/ {# P( n  L; o) ?# w0 h在 Winerror.h 中搜索字符串。
 ! |3 E" V3 Y/ z4 C4 b# F5 k1 URegsvr32.exe 和依赖项 ( Q* ?" x" ?$ ?, ^. [; P+ s5 y# ^0 ^3 \: V
 RegSvr32.exe 依赖于 Kernel32.dll、User32.dll 和 Ole32.dll 文件(在 Windows NT 中,还依赖于 Msvcrt.dll 和 Advapi32.dll 文件)。Regsvr32.exe 会加载您尝试注册或撤消注册的文件及其所有依赖项。如果缺少必需的文件或者它们已损坏,该进程可能会失败。
 6 D9 S7 v0 @) j7 h# X3 Z
 1 H$ j: X1 O/ ^* D您可以使用 Depends.exe 来确定您尝试注册或撤消注册的文件的依赖项。在 Microsoft Windows 98 资源工具包 和 Microsoft Windows NT 4.0 资源工具包 支持工具中都提供了 Depends.exe。
 + J" ^7 [8 z, B3 B247024 Tools Included with the Microsoft Windows 98 Resource Kit
 |