[Bug 48337] Support for *.local files (aka Dynamic-Link Library Redirection)

WineHQ Bugzilla wine-bugs at winehq.org
Mon Dec 23 10:34:04 CST 2019


https://bugs.winehq.org/show_bug.cgi?id=48337

Zebediah Figura <z.figura12 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |z.figura12 at gmail.com

--- Comment #1 from Zebediah Figura <z.figura12 at gmail.com> ---
I'm not sure what the most sensible way to have such a feature interact with
builtin/native load order is, but note that if you want to avoid using the GUI,
you can also override DLLs from the command line, using something like the
following (borrowed from winetricks):

cat > override-dll.reg <<_EOF_
REGEDIT4

[HKEY_CURRENT_USER\\Software\\Wine\\DllOverrides]
"*msvcr120"="native"
_EOF_
wine regedit override-dll.reg ; wine64 regedit override-dll.reg
rm override-dll.reg

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list