|
-
Jun 19th, 2000, 08:54 PM
#1
Thread Starter
Junior Member
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
-
Jun 19th, 2000, 10:28 PM
#2
Hyperactive Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|