Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Winsock doesn't register
Message
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00904047
Message ID:
00904117
Views:
23
Are you Using createObject("MSWinsock.Winsock.1") ? If so, it will not work at run time because it needs a design time license. To work around it create a form and drop the winsock control into it. Then:
loForm = CreateObject("YourFormWithTheWinsockControl")
? loForm.oWinsock.LocalIP
.....
loForm.Release()
>Hi all,
>
>I copied an example of a tcpipserver I found on the internet and made some changes to let him work with our scales.
>I tried to make a setup and to send it to the customer for testing purposes.
>Winsock doesn't register well.
>I noticed the same thing on PC's where vfp6 has never been installed, once it has been installed it's OK.
>Does someone know this problem, and better the solution.
>
>Thanks and regards.
>
>Alain
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform