CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 2001
    Posts
    9

    Winsock Problems

    Hi,all Guru.

    I'm using Visual basic 6.0.but I can't use WSCEnumProtocols,WSCInstallProvider(Winsock API )
    Could you Please help me!




  2. #2
    Join Date
    Aug 2000
    Location
    Namibia
    Posts
    139

    Re: Winsock Problems

    I think you've got some typos, if not then ignore this, otherwise read on...
    The functions are prefixed WSA, they are defined in Ws2_32.dll (do a quick view and you'll see them there).

    HTH, if not supply more info, like your declares etc. Hope I'll be able to help.


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