Thread: Not getting FD_CONNECT message in W2k

  1. #1
    Unregistered
    Guest

    Not getting FD_CONNECT message in W2k

    My client (using Winsock 2.0) is not receiving FD_CONNECT. I noticed that it is working when I run it in Win98, but the same code on W2k not. Is there any reason for this?

  2. #2
    Registered User
    Join Date
    Jan 2002
    Posts
    22
    how about posting some code, you could be making some kind of error somewhere, I've done quite a bit of Async. socket programming (If that's what you are talking about here) so well maybe I could have a vague idea of what might be wrong.
    -------------------------
    Gerald.

  3. #3
    train spotter
    Join Date
    Aug 2001
    Location
    near a computer
    Posts
    3,868
    What headers are you including? (winsock v1 in some 98 and winsock v2 in NT)
    "Man alone suffers so excruciatingly in the world that he was compelled to invent laughter."
    Friedrich Nietzsche

    "I spent a lot of my money on booze, birds and fast cars......the rest I squandered."
    George Best

    "If you are going through hell....keep going."
    Winston Churchill

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Strange string behavior
    By jcafaro10 in forum C Programming
    Replies: 2
    Last Post: 04-07-2009, 07:38 PM
  2. Global Variables
    By Taka in forum C Programming
    Replies: 34
    Last Post: 11-02-2007, 03:25 AM
  3. Message class ** Need help befor 12am tonight**
    By TransformedBG in forum C++ Programming
    Replies: 1
    Last Post: 11-29-2006, 11:03 PM
  4. Dialog Box Problems
    By Morgul in forum Windows Programming
    Replies: 21
    Last Post: 05-31-2005, 05:48 PM
  5. Tab Controls - API
    By -KEN- in forum Windows Programming
    Replies: 7
    Last Post: 06-02-2002, 09:44 AM