CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Dec 2008
    Posts
    86

    Why I get this error

    I have socket programming with UDP in VC++. But, even if I run exe on both the computers, I get the socket error 10054

    Can anybody tell me why I get this error??? Please help me. I need to submit the code in two days

    I have uploaded the code
    Attached Files Attached Files

  2. #2
    Join Date
    Apr 1999
    Posts
    27,449

    Re: Why I get this error

    Quote Originally Posted by scorrpeio View Post
    I have socket programming with UDP in VC++. But, even if I run exe on both the computers, I get the socket error 10054

    Can anybody tell me why I get this error???
    http://www.google.com/search?hl=en&q...earch&aq=f&oq=
    http://msdn.microsoft.com/en-us/libr...68(VS.85).aspx
    I need to submit the code in two days
    Please do not make these type of requests. Deadlines are your problem, not ours.

    Regards,

    Paul McKenzie

  3. #3
    Join Date
    May 2000
    Location
    KY, USA
    Posts
    18,652

    Re: Why I get this error

    [Moved thread to more appropriate forum]

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured