Copy Windows DLL

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
ataide.carlos
Newbie
Newbie
Posts: 1
Joined: Fri Nov 06, 2009 5:17 am

Copy Windows DLL

Post by ataide.carlos »

Hi all,

I was reading the FAQ and it says there we should not use the existing Windows System Dir, but what if I make a copy of the folder so I can use it to increase functionality in Wine?

Will that work? I know that we can point certain libraries to an actual windows file.

Can anyone shed some light on this subject?

Thanks in advance.
James McKenzie

Copy Windows DLL

Post by James McKenzie »

ataide.carlos wrote:
Hi all,

I was reading the FAQ and it says there we should not use the existing Windows System Dir, but what if I make a copy of the folder so I can use it to increase functionality in Wine?

Will that work? I know that we can point certain libraries to an actual windows file.
No, copying the entire Windows directory will NOT work.

Certain libraries will help, but they should ONLY be applied on a
case-by-case basis and only if directed in the Applications Database .

James McKenzie
jorl17
Level 5
Level 5
Posts: 365
Joined: Mon Jul 28, 2008 6:44 pm

Re: Copy Windows DLL

Post by jorl17 »

James McKenzie wrote:ataide.carlos wrote:
Hi all,

I was reading the FAQ and it says there we should not use the existing Windows System Dir, but what if I make a copy of the folder so I can use it to increase functionality in Wine?

Will that work? I know that we can point certain libraries to an actual windows file.
No, copying the entire Windows directory will NOT work.

Certain libraries will help, but they should ONLY be applied on a
case-by-case basis and only if directed in the Applications Database .

James McKenzie
Exactly. Some core libraries, such as gdi32, for instance, can not be overwriten...

To be honest with you, I once got away with that (copying the whole dir). IIRC, the apps only fetched the missing DLLs. But this was a looong time ago and I would never recommend it to anyone now.

Cheers,

Jorl17
Locked