Updating Wine and using native DLLs

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Azrael Strife
Newbie
Newbie
Posts: 3
Joined: Fri Oct 03, 2008 11:04 pm

Updating Wine and using native DLLs

Post by Azrael Strife »

Hey, I just have the two questions from the subject.
I'd like to keep wine updated to latest version (even if not the stable), how can I do it?

Second, I would like to use the native DLLs from my windows copy, is there an instructive on how to replace wine's with those? I'd like to test if some games that do not work currently will work with native dlls.

Thank you in advance.
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Updating Wine and using native DLLs

Post by vitamin »

Azrael Strife wrote:Hey, I just have the two questions from the subject.
I'd like to keep wine updated to latest version (even if not the stable), how can I do it?
http://www.winehq.org/download/
Azrael Strife wrote:Second, I would like to use the native DLLs from my windows copy, is there an instructive on how to replace wine's with those? I'd like to test if some games that do not work currently will work with native dlls.
Don't! Use this as the last resort to get something working. Wine is not meant to be run with native dlls. Some undocumented features these dlls depend on are absent from Wine.

Also note that lots of Wine dlls can not be replaced with native. That includes most of D3D. You can only use some helper dlls like d3dx9_??.dll from windows. But not core dlls like d3d9.dll.
Azrael Strife
Newbie
Newbie
Posts: 3
Joined: Fri Oct 03, 2008 11:04 pm

Re: Updating Wine and using native DLLs

Post by Azrael Strife »

vitamin wrote:
Azrael Strife wrote:Hey, I just have the two questions from the subject.
I'd like to keep wine updated to latest version (even if not the stable), how can I do it?
http://www.winehq.org/download/
Azrael Strife wrote:Second, I would like to use the native DLLs from my windows copy, is there an instructive on how to replace wine's with those? I'd like to test if some games that do not work currently will work with native dlls.
Don't! Use this as the last resort to get something working. Wine is not meant to be run with native dlls. Some undocumented features these dlls depend on are absent from Wine.

Also note that lots of Wine dlls can not be replaced with native. That includes most of D3D. You can only use some helper dlls like d3dx9_??.dll from windows. But not core dlls like d3d9.dll.
Thank you for your responses.
Locked