Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Cannot find entry point OpenPort in DLL
Message
De
13/05/2005 12:16:34
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 6 SP5
OS:
Windows XP SP2
Network:
Windows 2000 Pro
Divers
Thread ID:
01013889
Message ID:
01013922
Vues:
12
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform