How to copy/paste .DLLs from/to Wine?

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Hiisi
Newbie
Newbie
Posts: 3
Joined: Sat Jun 07, 2008 3:54 am

How to copy/paste .DLLs from/to Wine?

Post by Hiisi »

I`ve read FAQ, but didn`t found how to paste some DLLs to c:\windows\system32\
Can anyone help me? I use fedora core 7, wine 1.0rc3.
Paul Johnson

How to copy/paste .DLLs from/to Wine?

Post by Paul Johnson »

On Mon, 2008-06-16 at 10:00 -0500, Hiisi wrote:
I`ve read FAQ, but didn`t found how to paste some DLLs to c:\windows\system32\
If you're determined to replace DLLs, first, don't copy them to
c:\windows\system32 in wine. Instead, use wineconfig to do this. And
don't do this unless the appdb tells you to: Wine has it's own DLLs and
things are less likely to work using the Microsoft ones in Wine.

--
Paul Johnson
[email protected]
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: This is a digitally signed message part
Url : http://www.winehq.org/pipermail/wine-us ... chment.pgp
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: How to copy/paste .DLLs from/to Wine?

Post by vitamin »

Hiisi wrote:I`ve read FAQ, but didn`t found how to paste some DLLs to c:\windows\system32\
Can anyone help me? I use fedora core 7, wine 1.0rc3.

Code: Select all

cp ~/Desktop/my.dll ~/.wine/drive_c/windows/system32
And as stated in FAQ you should _ONLY_ do that when needed. This is in case Wine doesn't have the required dll.
If you want to replace Wine's own dll with the native one (from windows) you will have to force Wine to use it by setting it to "(native, builtin)" in 'winecfg' Libraries tab.
Locked