Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. QLocalSocket and QLocalServer and windows named pipe
Forum Updated to NodeBB v4.3 + New Features

QLocalSocket and QLocalServer and windows named pipe

Scheduled Pinned Locked Moved General and Desktop
1 Posts 1 Posters 1.5k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    Paytam
    wrote on last edited by
    #1

    I need to use named pipe in my application. In Qt
    documentation wrote that use QLocalSocket to achieve named pipe in windows. So
    I write simple client and server program. This program is works fine. The
    Client application sends message to the server and the server sends a
    confirmation message to the client.

    My question is this:

    I have a named pipe (\.\pipe\ServicePipe).
    I have another version of named pipe which writes in MFC. The server of this version
    should create a named pipe and populates it(This name is the same as which
    created In QT version). Why the Qt client version does not receive the message
    from this pipe line which populate by MFC server but the MFC client version can
    meet it, or MFC client version does not meet the information from Qt server?

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved