If you want to add a DLL to your wine installation, you should register that dll just as you do in the windows OS's.
First, download the DLL and copy it to your wine installation's system32 directory :
safeer@linux-lp-01:~/downloads$ cp devenum.dll /home/safeer/.wine/drive_c/windows/system32/
Now register this DLL with your wine
safeer@linux-lp-01:~/downloads$ regsvr32 "C:\windows\system32\devenum.dll"
Successfully registered DLL C:\windows\system32\devenum.dll
Done. :)
when i tried on fedora with wine for dragext64.dll from winscp i am getting
ReplyDelete"Failed To Load DLL" error
I read what should be done, but it still does not start the wine, so I downloaded http://fix4dll.com/msvcp140_dll and replace my old library file. Now it's working without any problems =)
ReplyDelete