Results 1 to 2 of 2

Thread: Run-time error '10055', No buffer space

  1. #1

    Thread Starter
    New Member
    Join Date
    Feb 2000
    Posts
    3

    Post

    Hello

    In my project i've used WINSOCK control and in it i close winsock, time to time and open it again,but after a long time it is running ,it messages "Run-time error '10055'
    No buffer space is available " and the program finished.
    i want to know where is the buffer space and how could i prevent it.
    thanks
    Farzaad


  2. #2
    Hyperactive Member
    Join Date
    Mar 2000
    Posts
    461

    Post

    You are probably finding that the constant opening and closing of Winsock is causing Visual Basic to "leak" memory.

    There are techniques for trying to reclaim some of this space but I would change your code such that you dont need to constantly open and close Winsock...

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