对于那些可以自行注册的对象链接和嵌入 (OLE) 控件,例如动态链接库 (DLL) 文件或 ActiveX 控件 (OCX) 文件,您可以使用 Regsvr32 工具 (Regsvr32.exe) 来将它们注册和取消注册。7 L- z5 q* [7 }" g3 W- S1 N
@, _7 c# d* GRegsvr32.exe 的用法
+ v* q9 J6 d T" K' P+ G% X& @5 v- D1 P/ y- z* d
RegSvr32.exe 具有以下命令行选项: Regsvr32 [/n] [/i[:cmdline]] dllname ; K* Q2 h6 i) E+ ^. t; Y% p
5 k. c0 G& h0 P5 R8 w, N /u - Unregister server<BR/>
( W7 d% @8 g/ g: u /i - Call DllInstall passing it an optional [cmdline];
/ ?1 L! B5 Q: x4 B$ l when used with /u calls dll uninstall 4 D4 g6 z9 l# T) Q; b; I* O
/n - do not call DllRegisterServer; this option must ! U$ Q7 P4 W! z5 h
be used with /i
% v$ f! Q0 K- N2 s1 A3 k" H
9 \9 }$ \: q- C" s) r当您使用 Regsvr32.exe 时,它会尝试加载该组件并调用它的 DLLSelfRegister 函数。如果此尝试成功,Regsvr32.exe 会显示一个指示成功的对话框。如果此尝试失败,Regsvr32.exe 会返回一条错误消息,其中可能会包括一个 Win32 错误代码。要查看 Win32 错误代码的列表,请参见下面的 Microsoft Web 站点: 1 x' i2 X9 I4 z& m, U
http://msdn.microsoft.com/librar ... n32_error_codes.asp
/ y: D( G# i% A% n0 ^- |0 @
) O- J t$ z; ~/ n% [例如,要手动注册 Sample.ocx ActiveX 控件,请在 MS-DOS 提示符处键入以下命令: ! T5 `0 j% f- N+ a; }5 a. f) D
c:\regsvr32.exe sample.ocx
3 y8 L, }7 O( f1 ^- H, s1 W/ g; J
+ J7 v- i& }# _2 q& ]* E! [& mRegsvr32.exe 错误消息 4 g" l! ~5 M6 n- v+ s: e
4 t% H+ p \: B; M6 Y. U1 | ~1 C2 }
以下列表介绍了 RegSvr32 错误消息和可能的原因。
) v$ X" b/ {' t+ f+ M l' y+ Z! V# b) V s6 E
Unrecognized flag:/invalid_flag
" z0 {' |& v- }* k7 K, m) E9 a& {- O
键入的标志或开关组合无效(请参阅本文中的“Regsvr32.exe 的用法”一节)。 ) J5 e9 J6 h' o
$ Q1 \6 Q# {$ P6 d
No DLL name specified. 5 ]3 L4 b. v' I1 R
- i+ A7 x( T( r W1 d未包括 .dll 文件名(请参阅本文中的“Regsvr32.exe 的用法”一节)。 $ T6 X% |5 ]9 U$ R+ }8 N: {! \& t
4 n3 A y4 {- ~6 O6 }
Dllname was loaded, but the DllRegisterServer or DllUnregisterServer entry point was not found. t q2 X: {9 R# Q9 r/ z3 u
3 n2 h1 I+ ^5 |4 \# n, R+ t$ l
Dllname 不是 .dll 或 .ocx 文件。例如,键入 regsvr32 wjview.exe 就会生成该错误消息。
2 a5 j' u( |/ s
! A% u0 H$ r- r% j' o" E- bDllname is not an executable file and no registration helper is registered for this file type.
- X9 U2 A, w: o5 m ?' Z; W3 n$ E a) {
Dllname 不是可执行文件(.exe、.dll 或 .ocx)。例如,键入 regsvr32 autoexec.bat 就会生成该错误消息。 : f8 t4 q8 K5 d& R5 `' X6 i
9 `6 Q9 l: B& H9 EDllname was loaded, but the DllRegisterServer or DllUnregisterServer entry point was not found.
6 }* _! e+ @, n# H
) z/ B7 r0 ]+ `, o# N, A1 ?, PDllname 可能未导出,或者内存中可能有损坏的 Dllname 版本。请考虑使用 Pview 来检测该文件并删除它。
5 S _ o) j$ I3 z5 l7 a6 ?" Z X) D+ m2 f1 m
Dllname is not self-registerable or a corrupted version is in memory.
( S& G: b1 m4 J; s8 s2 {2 Y$ a0 ]* B! W3 a7 N5 `- ]
例如,键入 regsvr32 icwdial.dll 后就会返回该错误消息,因为 Icwdial.dll 文件不能自行注册。如果您怀疑内存中有损坏的 Dllname 版本,请尝试重新启动计算机,或重新提取该文件的原始版本。如果您运行的是 Windows NT,可能需要使用 Microsoft Windows NT Server 4.0 资源工具包 中的 Kill 或 Pview 工具。有关其他信息,请单击以查看以下 Microsoft 知识库文章: - J9 r+ q8 M" I
197155 如何终止孤立进程 2 v; |# e* @* |, T
5 O9 L" ~ _1 s5 D& T8 VOleInitialize failed (or OleUninitialize failed). 3 |, ]9 Y7 T8 y9 w2 t& W
8 h! z; P+ J* f: s X
Regsvr32 必须先初始化 COM 库,然后才能调用所需的 COM 库函数并在关闭时撤消对该库的初始化。如果对 COM 库进行初始化或撤消初始化的尝试失败,就会出现这些错误消息。例如,Ole32.dll 文件可能已经损坏,或者其版本有误。 4 U( h1 d8 G; X/ d
& d: s+ V0 c# e _/ }( W2 E
LoadLibrary("Dllname") failed.GetlastError returns 0x00000485 $ ]; ^; y( ?7 o; x: [
) K3 L' |! k* P, I0 [3 f
在 Winerror.h 中,0x00000485 = 1157 (ERROR_DLL_NOT_FOUND),表示“找不到运行该应用程序所需的某个库文件”。例如,键入 regsvr32 missing.dll 后,如果找不到 Missing.dll 文件,就会返回该错误消息。 & [% q% k6 G: r
+ g- |( w' g! g" F
LoadLibrary("Dllname") failed.GetLastError returns 0x00000002
; t5 `! [! f- g- K) f$ W+ D7 s# c* M% @! i5 g' L7 |1 a1 c# W+ C
在 Winerror.h 中,0x00000002 = 2 (ERROR_FILE_NOT_FOUND),表示“系统找不到指定的文件”。换言之,系统找不到相关的 DLL。例如,如果键入 regsvr32 icwdial.dll,而此时缺少 Tapi32.dll(依赖项),就会返回该错误消息。 I- n) N% T9 D3 E( v
Y' y+ K0 W" y" ~: [; FLoadLibrary("dskmaint.dll") failed.GetLastError returns 0x000001f , n$ R5 W. O' P" g
; Z: h& k. E5 c% c& g+ C在 Winerror.h 中,0x000001f = 31 (ERROR_GEN_FAILURE),表示“附加到系统上的设备不能正常工作”。如果您尝试注册 Win16 .dll 文件,就会发生此现象。例如,键入 regsvr32 dskmaint.dll 会返回该错误消息。 5 n) g3 r; r* L( D" d; _' s) h
i8 O9 {( _# i6 d, v3 i8 ?DllRegisterServer (or DllUnregisterServer)in Dllname failed.返回代码是:字符串
4 p6 h9 g2 f* Y" j" e
6 E+ W6 O9 z+ J% |/ {在 Winerror.h 中搜索字符串。
! X6 M% z6 ^7 R4 `( C T% e9 FRegsvr32.exe 和依赖项 - q9 }5 n* `# ]5 e4 x+ z" l& {
RegSvr32.exe 依赖于 Kernel32.dll、User32.dll 和 Ole32.dll 文件(在 Windows NT 中,还依赖于 Msvcrt.dll 和 Advapi32.dll 文件)。Regsvr32.exe 会加载您尝试注册或撤消注册的文件及其所有依赖项。如果缺少必需的文件或者它们已损坏,该进程可能会失败。 8 B. x ?$ h8 K' B$ u$ l
$ R; d, W3 U9 g; G您可以使用 Depends.exe 来确定您尝试注册或撤消注册的文件的依赖项。在 Microsoft Windows 98 资源工具包 和 Microsoft Windows NT 4.0 资源工具包 支持工具中都提供了 Depends.exe。 % i" X* Q! [$ p, ~# U
247024 Tools Included with the Microsoft Windows 98 Resource Kit |