//flex table opened by JP

Click to See Complete Forum and Search --> : Problems using Winsock ActiveX control 5.0 with VB


matthew13l
02-11-2004, 01:41 PM
I've made a few VB6 programs that use Winsock. I have version 6.0.89.88 on my WinXP computer, so that's what I used originally. But when I tried using my programs on other computers that had Win2000 with Winsock 5.0, I re-compiled my program with winsock 5.0 to make it compatible, but now I get an error on my computer and other computers. It's an "automation error" that says something like "The object invoked has disconnected from it's clients". I have never had this problem with Winsock 6.0, only with 5.0. I have searched Google extensively for any information referring to problems with Winsock version 5.0, but I couldn't find anything, so I'm starting to think that maybe I'm doing something wrong in my programs that is causing problems with Winsock 5.0. Does anybody know what the heck is wrong here? Thanks for any help.

-Matt:t

EDIT: I forgot to mention that this error happens when the Winsock control sends data. Everything else works fine.