Link to home
Start Free TrialLog in
Avatar of InSearchOf
InSearchOfFlag for United States of America

asked on

Register a Dll file

I am trying to register some dll files to use with openSSH but I get the following error when running "regsvr32 name.dll" on these dlls:

cygiconv-2.dll
cygintl-8.dll
cygncurses-8.dll
cygreadline6.dll

LoadLibrary("cygintl-8.dll") failed - The specified procedure could not be found.
I searched for these files and downloaded them and put them in my System32 folder and then tried to register them. Is this not valid?
ASKER CERTIFIED SOLUTION
Avatar of Bradley Fox
Bradley Fox
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of InSearchOf

ASKER

Ok. Thanks for the info. I will try that. The dlls in question were not put there by an install. I copied and pasted into C:\Windows\System32. Is that ok?
Yeah, that is fine
Ok. Thanks for the help. Much appreciated.