简体   繁体   English

.dll已加载,但找不到入口点“ DllRegisterServer”

[英].dll Loaded but entry-point 'DllRegisterServer' was not found

Missing .dll file, after downloading i placed it in system32 folder then I run command regsvr32 with the name of the DLL. 丢失的.dll文件,下载后,我将其放在system32文件夹中,然后运行带有DLL名称的命令regsvr32。 But it gives me an error, now the error is: 但这给了我一个错误,现在错误是:

The module 'cygwin1.dll' was loaded but the entry-point 'DllRegisterServer' was not found. 已加载模块“ cygwin1.dll”,但未找到入口点“ DllRegisterServer”。

Make sure that 'cygwin1.dll' or 'libstdc++-6' is a valid DLL or OCX file and then try again 确保“ cygwin1.dll”或“ libstdc ++-6”是有效的DLL或OCX文件,然后重试

Try with .ocx 尝试使用.ocx

for example if you want to register BIDIB.dll 例如,如果您想注册BIDIB.dll

definetely its contains some list of .ocx , .oca , .dll extensed files are there, that time you can register the dll with .ocx definetely它包含一些.ocx.oca.dll .oca文件的列表,那时您可以向.ocx注册该dll。

Ex: regsvr32 BIDIB.ocx 例如: regsvr32 BIDIB.ocx

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 已加载模块“ srmlib.dll”,但未找到入口点DllRegisterServer - The module “srmlib.dll” was loaded but the entry-point DllRegisterServer was not found 模块“ntvinv.dll”已加载但未找到入口点DLLRegisterServer - the module “ntvinv.dll” was loaded but the entry-point DLLRegisterServer was not found 模块“.dll”已加载但未找到入口点 - The module ".dll" was loaded but the entry-point was not found 找不到DllRegisterServer入口点 - 注册Vb.NET DLL时? - DllRegisterServer entry point was not found - when registering a Vb.NET DLL? 尝试注册一个DLL,但没有找到错误DllRegisterServer入口点 - Trying to register a dll but getting error DllRegisterServer entry point was not found 注册 comdlg32.dll 获取 Regsvr32: DllRegisterServer 入口点未找到 - Register comdlg32.dll gets Regsvr32: DllRegisterServer entry point was not found 如何在 C++ dll 项目中找到入口点函数? - How do I find out entry-point function in C++ dll project? 在 OpenCV dll 和 Qt 5.12 上找不到入口点 - Entry point not found on OpenCV dll with Qt 5.12 困惑的DLL入口点(入口点未找到异常) - Confused over DLL entry points (entry point not found exception) regsvr32 错误:模块已加载但未找到入口点 - regsvr32 error: the module was loaded but the entry point was not found
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM