Results 1 to 6 of 6

Thread: Client/Server Error: BadIDChoice

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #3
    Join Date
    Oct 2007
    Location
    Caracas - Venezuela
    Posts
    15
    Thanks
    1
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Client/Server Error: BadIDChoice

    Most Qt code is in the rest of the file....but I don't have any problems with the rest, I have problems when I want to show a new window on startProcess():

    Qt Code:
    1. waitForChat(portWait, name, &portConnect); //When waitForChat finish,
    2. // means that other client request for Chat,
    3. // so the application must show the new window chat.
    4. windowChat = new Chat;
    5. windowChat -> show();
    To copy to clipboard, switch view to plain text mode 

    If I commented out this part of the code, the compile error doesn't occur, but I need show a new window...so...
    Last edited by wysota; 27th November 2007 at 03:11. Reason: Changed [qtclass] to [code]

Similar Threads

  1. Client/Server doesn't work
    By mattia in forum Newbie
    Replies: 2
    Last Post: 1st November 2007, 13:31
  2. Dual TCP/IP Client/Server
    By jimroos in forum Qt Programming
    Replies: 1
    Last Post: 29th June 2007, 21:58

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.