-
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.
-
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 :)
-
Uhh...
Note, I am new to this... How? :D
-
msdn.microsoft.com/library/default.asp :)