Results 1 to 3 of 3

Thread: Winsock Library?

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Oct 2001
    Location
    MA, US
    Posts
    78

    Winsock Library?

    Hi,
    I'm learning to work with sockets. I have an exeample that work (the executable and dll)

    But... when i try to run the source code it seems that a reference is missing. I get errors on this line:
    "private withevents objWinsock as MSWinsockLib.Winsock"
    The error received is "User-defined type not defined"

    In the project references there are no extra references except the defaults.

    My question: is MSWinsockLib a microsoft library and if yes how can I use it, or it is build by the person who build the example.

    Thank you,

    svatasoiu

  2. #2
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    The probably made a 'reference' to the winsock control. It wont show up in the reference list you'll need to browse to the ocx file.

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Oct 2001
    Location
    MA, US
    Posts
    78

    thank you

    You are right. I found the ocx and now everything is ok

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