Problems with sockets
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
I used the socket functions provide by the winsock.dll into one of my VB projects and I had a strange problem. I couldn't find what it is. Here's it is what it happens: If I run the application in debug mode (from VB 6.0) it is working perfect. The problems appears only when I run the exe file. When I connect to server (I use the client application), the connection succedes, but after that the application crash with a system error. I use a timer that send from time to time something to server. This timer is set only if I get a valid connection to server. But I gues the problem is there, after the connection in the timer procedure. Can someone, please, help me somehow? Any idea?