[Bug 50045] [Feature request] Mapping Windows Named Pipes to Unix Domain Sockets

WineHQ Bugzilla wine-bugs at winehq.org
Fri Oct 23 17:21:28 CDT 2020


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

--- Comment #3 from Zebediah Figura <z.figura12 at gmail.com> ---
If that's what you're trying to do, I don't think it'll work. Named pipes are,
broadly speaking, more complicated than that. A better approach would be, I
think, to use a winelib executable to read messages from the win32 pipe and
write into a Unix socket. That looks from cursory examination like what both of
the linked projects do, although the first skirts the tricky bits of winelib by
instead making direct syscalls, and the second involves some other service I
didn't inspect very closely.

-- 
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