How to add new dll in libreries

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
AntiochIV
Newbie
Newbie
Posts: 1
Joined: Wed Dec 09, 2015 6:40 am

How to add new dll in libreries

Post by AntiochIV »

I must add ncrypt.dll , What should I do?

err:module:import_dll Library ncrypt.dll (which is needed by L"C:\\ProgramFiles86\\TomClancys\\RainbowSix.exe") not found
gero67
Level 2
Level 2
Posts: 11
Joined: Fri Dec 11, 2015 12:28 pm

Re: How to add new dll in libreries

Post by gero67 »

try winetricks, just open a terminal and type: 'winetricks --gui'

Then select "Install a Windows DLL".

But i don't know if your specific dll is available.
But you should be able to add different dlls to.
Try to search for your dll to get it from somewhere, if you have a seperate windows installation you can maybe just copy it from there.

Edit:
You maybe need to select "default wine prefix" first and then you can see "install windows dll".
But anyway i haven't found this specific dll there, so you need to find a different solution.

Inside 'winecfg' is also a category for dlls called "Librarys" (or similar).
There you can add librarys too.
Even though i haven't tried "unknown" libraries yet.
Locked