| Posted: 28 August 2009 at 2:53pm | IP Logged
|
|
|
Hi,
I'm testing the winsock component in VB6 and i found a problem, i've put the OSWINSCK.dll in a Class Module created by me, then i create several instances of my dll in a test program. When the network in on the OSWINSCK.dll works well, but when the network is off then OSWINSCK.dll crashes and give this error:
AppName: vb6.exe AppVer: 6.0.97.82 ModName: kernel32.dll
ModVer: 5.1.2600.5512 Offset: 00012aeb
One strange thing is that when the network is off (cable pull-of of network card) and i call the connect function (oWinsock.Connect) it always enter in the oWinsock_OnConnect sub...
This is normal?
Thanks,
Luis Silva
|