Results 1 to 4 of 4

Thread: External DLL functions.

  1. #1

    Thread Starter
    Hyperactive Member tomcatexodus's Avatar
    Join Date
    Feb 2001
    Posts
    372

    Talking 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.
    IWS

  2. #2
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    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

  3. #3

    Thread Starter
    Hyperactive Member tomcatexodus's Avatar
    Join Date
    Feb 2001
    Posts
    372

    Red face Uhh...

    Note, I am new to this... How?
    IWS

  4. #4
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    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
  •  



Click Here to Expand Forum to Full Width