Results 1 to 2 of 2

Thread: winsock help

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jan 2000
    Location
    Chicago, IL
    Posts
    26

    Question

    Hello all

    I'm trying to call WSAstartup from the winsock dll in VB. But the prototype looks like this:

    int WSAStartup(WORD wVersionRequested, LPWSADATA lpWSAData );

    As far as I know those types don't exist in VB? How would I get wsastartup going so I can call some of the functions in winsock.dll?

    Thanks

  2. #2
    Hyperactive Member compuGEEK's Avatar
    Join Date
    May 1999
    Location
    Mpls,MN,USA
    Posts
    281
    You could probably write a C++ DLL and then call it from VB.

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