Results 1 to 4 of 4

Thread: Question about Winsock

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Aug 2006
    Location
    Philippines
    Posts
    246

    Question about Winsock

    I've already read some of the FAQs regarding winsock and some of its uses in this forum, that It can make a simple peer to peer chat.

    I'm wondering if the number of clients that will be joining in the server can really increase using an array because, I'm planning to build a simple quiz game (such as question and answer and puzzles) on a Multi player version, minimum of 4 players, but any of the 4 may create or may only join the game.

    Can it be possible?

    Thanks for the answers in advance! ^_^

  2. #2
    PowerPoster
    Join Date
    Jul 2006
    Location
    Maldon, Essex. UK
    Posts
    6,334

    Re: Question about Winsock

    Yes it's possible. You can create a Control Array and dynamically load (and unload) Winsocks.

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Aug 2006
    Location
    Philippines
    Posts
    246

    Re: Question about Winsock

    Okay. Where should I start? Can you teach me?

    Thanks!

  4. #4
    "Digital Revolution"
    Join Date
    Mar 2005
    Posts
    4,471

    Re: Question about Winsock

    I (and other people) have posted code here a lot for accepting multiple connections with a Winsock array. Doing a "search titles only" search for "Winsock Multiple" in this forum will get you there.

    Search links expire but if you see this soon enough it might work:
    http://www.vbforums.com/search.php?searchid=1726441

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