|
-
Jul 12th, 2001, 01:10 AM
#1
Thread Starter
Hyperactive Member
External DLL functions.
Ok, just started learning C... and man is it better than VB...
Anyways, I was wondering, if I had an external DLL file, for example WSOCK32.DLL, and I wanted to make function calls to it in C, how would I do it? Also, how could I get a list of available functions within WSOCK32.DLL?
Thanx in advance.
-
Jul 12th, 2001, 02:24 AM
#2
Monday Morning Lunatic
You need either documentation or a header file for the DLL you want to use. In the case of Winsock, you want the Platform SDK
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
-
Jul 12th, 2001, 02:57 AM
#3
Thread Starter
Hyperactive Member
Uhh...
Note, I am new to this... How?
-
Jul 12th, 2001, 02:59 AM
#4
Monday Morning Lunatic
msdn.microsoft.com/library/default.asp
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
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
|