Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Allowable actions inside VFP Com DLL?
Message
From
20/08/1999 14:54:20
 
 
To
19/08/1999 21:23:14
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00255512
Message ID:
00256012
Views:
32
> Are you calling a method. What client are you using to creat the object with?

Hi Bob,

Yup, the winsock code inside the COM object looks like this:

this.winsock=createobject("mswinsock.winsock")
this.winsock.remotehost="the.remote.host"
this.winsock.remoteport=6666
this.winsock.connect

And the client that is accessing the COM DLL is a foxpro client.

I should also say that this object works perfectly as a local Foxpro object (VCX), but as soon as I compile to DLL, no more winsock connection.

Thanks for any suggestions.

Matt

P.s. I remember reading of a bug with winsock in VFP in the KB, but I can't find it anymore.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform