Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Post History

60%
+1 −0
Q&A When should you install windows dlls for wine with winetricks?

Each situation is different. Some programs in Wine/Windows will work better with the Windows dlls, and some will work better with the Wine (builtin) dlls. The best way to learn how which dlls work...

posted 1y ago by bgstack15‭

Answer
#1: Initial revision by user avatar bgstack15‭ · 2022-12-15T16:01:04Z (over 1 year ago)
Each situation is different. Some programs in Wine/Windows will work better with the Windows dlls, and some will work better with the Wine (builtin) dlls.

The best way to learn how which dlls work better for your specific application is experimentation, I'm afraid. Regarding increasing compatibility, maybe. Sometimes a wine built-in implementation works, and sometimes it does not.

The second-best way to learn, is to check https://appdb.winehq.org/ for your app and follow guidelines by somebody who reported success.

Downsides of using Windows (native) dlls: takes up more space, makes you dependent on sourcing those files (winetricks tries to download the components from proper sources like Microsoft VB6 runtime, which depends on Microsoft still offering those), and doesn't always make things better.