This topic has been archived. It cannot be replied.
-
工作学习 / IT杂谈 / Help, thanks.Which kind of dll file doesn't need register? How to figure it out? (DCOM,COM)
-henhen(哼哼,丫丫);
2003-3-31
{79}
(#1116279@0)
-
up.
-henhen(哼哼,丫丫);
2003-3-31
(#1116290@0)
-
up一下!
-m30(m30);
2003-3-31
(#1116294@0)
-
thanks. :))
-henhen(哼哼,丫丫);
2003-3-31
(#1116308@0)
-
up!
-sofia(小白兔);
2003-3-31
(#1116325@0)
-
thanks. TUTU, maybe they guys falt asleep.
-henhen(哼哼,丫丫);
2003-3-31
(#1116332@0)
-
呵呵,"they guys“第一次听说啊?可以这样用吗?
-m30(m30);
2003-3-31
(#1116337@0)
-
sure. we said "you guys","they guys" "we guys",really.
-henhen(哼哼,丫丫);
2003-3-31
(#1116349@0)
-
under MS-Dos command
c:>regsvr32 (dll full name with extension name)
如果注册成功的表示需要注册,如果显示入口号不对或其他错误信息的,则无需注册
-ivy_sh(呼吸着的青草);
2003-3-31
(#1116366@0)
-
can I figure out before I do regsvr32 command? Thanks. :))
-henhen(哼哼,丫丫);
2003-3-31
(#1116373@0)
-
注册以后在注册表里有信息,查一下注册表就可以了。
-bugkiller(Driver Coding);
2003-4-2
(#1119733@0)
-
You may try this way.COM DLL usually EXPORTS following funcitons
DllCanUnloadNow DllGetClassObject DllRegisterServer DllUnregisterServer.
So, if you found DllRegisterServer function, that DLL may be a self register DLL.
-jxu(Whatever);
2003-4-2
{203}
(#1119387@0)