Results 1 to 2 of 2

Thread: Can anyone help me out?

  1. #1

    Thread Starter
    New Member
    Join Date
    Jun 2000
    Posts
    6

    Angry

    Im working on a TCP/IP program and i load winsock for every connection in a control array...when a person disconnects i unload it

    statements i use for loading
    Load tcpServer(intMax)

    statements i use for unloading
    Unload tcpServer(index)

    How can i check which controls have been unloaded during the run time?
    ------------------------------
    Hello super nintendo Chalmers. By: Ralph Wiggum
    ------------------------------

  2. #2
    Addicted Member Mih_Flyer's Avatar
    Join Date
    Mar 2000
    Location
    some place there
    Posts
    241
    hi, I had the same problem, and i did not know how to solve it, but now i use another array, and when ever i unload some object, i add the name of it in that array, and check the array if i need to know which objects i'v unloaded.

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