<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[QLocalSocket and QLocalServer and windows named pipe]]></title><description><![CDATA[<p dir="auto">I need to use named pipe in my application. In Qt<br />
documentation wrote that use QLocalSocket to achieve named pipe in windows. So<br />
I write simple client and server program. This program is works fine. The<br />
Client application sends message to the server and the server sends a<br />
confirmation message to the client.</p>
<p dir="auto">My question is this:</p>
<p dir="auto">I have a named pipe (\.\pipe\ServicePipe).<br />
I have another version of named pipe which writes in MFC. The server of this version<br />
should create a named pipe and populates it(This name is the same as which<br />
created In QT version). Why the Qt client version does not receive the message<br />
from this pipe line which populate by MFC server but the MFC client version can<br />
meet it, or MFC client version does not meet the information from Qt server?</p>
]]></description><link>https://forum.qt.io/topic/32224/qlocalsocket-and-qlocalserver-and-windows-named-pipe</link><generator>RSS for Node</generator><lastBuildDate>Mon, 20 Apr 2026 19:48:06 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/32224.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 21 Sep 2013 13:30:59 GMT</pubDate><ttl>60</ttl></channel></rss>