CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Winsock Problem

  1. #1
    Join Date
    Jan 2005
    Location
    India
    Posts
    44

    Winsock Problem

    I am using CAsyncSocket Class for creating a socket that initializes correctly but when i try to connect it it gives error no 10038, this corressponds to "trying to use an object that is not a socket" but i am using it on an instance of the derived class.

    Help
    Last edited by soorajchirag; January 31st, 2005 at 04:31 AM.

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

    Re: Winsock Problem

    [ Moved thread ]

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