Results 1 to 6 of 6

Thread: talking execs...

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Nov 2007
    Posts
    291
    Thanks
    85
    Thanked 1 Time in 1 Post

    Default Re: talking execs...

    if the communication between the executables is one way then ,store the output of the first executable as a string and pass it to the second executable as the command line argument using QProcess.

  2. #2
    Join Date
    Mar 2008
    Posts
    15
    Qt products
    Qt4
    Platforms
    Unix/X11
    Thanks
    3

    Default Re: talking execs...

    think that all the executables will be running...they will not call each other,they will communicate...

  3. #3
    Join Date
    Oct 2007
    Location
    Grenoble, France
    Posts
    80
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows
    Thanked 9 Times in 9 Posts

    Default Re: talking execs...

    You can make them client-server (TCP or UDP) like some unix apps.
    You have to run a level 3 diagnostic.

    Ashes to ashes, Qt to Qt ( wysota )

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.