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.
Updating Wine and using native DLLs
-
- Newbie
- Posts: 3
- Joined: Fri Oct 03, 2008 11:04 pm
Re: Updating Wine and using native DLLs
http://www.winehq.org/download/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?
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.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.
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.
-
- Newbie
- Posts: 3
- Joined: Fri Oct 03, 2008 11:04 pm
Re: Updating Wine and using native DLLs
Thank you for your responses.vitamin wrote:http://www.winehq.org/download/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?
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.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.
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.