简体   繁体   中英

.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. But it gives me an error, now the error is:

The module 'cygwin1.dll' was loaded but the entry-point 'DllRegisterServer' was not found.

Make sure that 'cygwin1.dll' or 'libstdc++-6' is a valid DLL or OCX file and then try again

Try with .ocx

for example if you want to register BIDIB.dll

definetely its contains some list of .ocx , .oca , .dll extensed files are there, that time you can register the dll with .ocx

Ex: regsvr32 BIDIB.ocx

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM