如何修复“.dll” win7上的注册问题 [英] How to fix ".dll" registration problem on win7

查看:111
本文介绍了如何修复“.dll” win7上的注册问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

获取消息.dll已加载,但未找到DllRegisterServer入口点...

任何人都可以帮我找到上述解决方案吗?

一步一步......比如..

第1步:a

第2步:b

第3步:c

....等等..

无论如何,我非常感谢我的GURU / s 谁可以提供帮助我得到了答案..

感谢你们... ...



我的尝试:



复制并粘贴myTest.dll(示例)到system32,

在命令模式下,我尝试了以下...



C:\ Windows \ system32> regsvr32 myTest.dll



...但是获得消息.dll已加载,但未找到DllRegisterServer入口点...

解决方案

请参阅我对该问题的评论。事情是:问题,如同制定,根本没有意义。



我不确定你是否知道regsvr32的目的。它在系统注册表中注册或取消注册ActiveX控件或其他COM组件:

regsvr32 [ ^ ],

Regsvr32 [ ^ ],

https://support.microsoft.com/en-us/kb/207132 [ ^ ]。



所以,第一个问题是:你真的想要创建一个系统范围的控件吗?或COM组件要注册,为什么?例如,我根本不会这样做。但如果你真的有理由这样做,第二个问题就是:为什么你不开发这样的组件而是尝试注册......谁知道什么...



-SA

Getting message" .dll was loaded, but the DllRegisterServer entry point was not found"...
can anyone help me to find the solution of the above ??
step by step ... like ..
step 1 : a
step 2 : b
step 3 : c
....so on..
Anyway, a big thanks in advance to my GURU/s who can help me to get my answer..
thanks to all of u...

What I have tried:

after copying and pasting myTest.dll(an example) to system32 ,
in command mode, i tried the following...

C:\Windows\system32>regsvr32 myTest.dll

...but Getting message" .dll was loaded, but the DllRegisterServer entry point was not found"...

解决方案

Please see my comment to the question. The thing is: the question, as formulated, simply makes no sense.

I'm not sure you are aware of purpose of regsvr32. It registers or unregisters ActiveX control or other COM components in system registry:
regsvr32[^],
Regsvr32[^],
https://support.microsoft.com/en-us/kb/207132[^].

So, first question would be: do you really want to create a system-wide control or COM component to be registered and why? I, for example, would not do it at all. But if you really have reason to do that, the second question would be: why you don't develop such component and instead try to register… who knows what…

—SA


这篇关于如何修复“.dll” win7上的注册问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆