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.
How to copy/paste .DLLs from/to Wine?
How to copy/paste .DLLs from/to Wine?
On Mon, 2008-06-16 at 10:00 -0500, Hiisi wrote:
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
If you're determined to replace DLLs, first, don't copy them toI`ve read FAQ, but didn`t found how to paste some DLLs to c:\windows\system32\
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
Re: How to copy/paste .DLLs from/to Wine?
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
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.