Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cannot find entry point OpenPort in DLL
Message
From
13/05/2005 12:16:34
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 6 SP5
OS:
Windows XP SP2
Network:
Windows 2000 Pro
Miscellaneous
Thread ID:
01013889
Message ID:
01013922
Views:
11
This message has been marked as the solution to the initial question of the thread.
Hi

"I registered the Control.dll using Regsvr32 and it succeeded."

then it's a COM dll (VB can't produce straight C like dll's as long as i know)

load it into the Object browser (Menu->Tools->Object browser)
and explore it's objects & their methods

you have to use:

loObj = CREATEOBJECT('yourVBDll.NameOfClass')
loObj.OpenPort() ..


Regards
Christian
Previous
Reply
Map
View

Click here to load this message in the networking platform