nicolo.p wrote: > That's exactly what I'm asking about. And that's exactly what I told you. Wine has a specific limitation on what dll can be (native or built in). It applies for the entire process. You can't load native dll and then import built in from it (exactly what this wsock32.dll tries to do). Unless you change the name of the built in dll, and modify wrapper dll to load that new dll instead.