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

user2960902 picture user2960902 · Nov 6, 2013 · Viewed 14.3k times · Source

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

Answer

Viswa picture Viswa · Dec 26, 2013

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