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