Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to use a DLL
Message
De
30/03/2000 05:35:41
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
How to use a DLL
Divers
Thread ID:
00352607
Message ID:
00352607
Vues:
58
I have DLL named SIP.DLL. This DLL contain function SendLine.
I want use it. In VFP I use command
DECLARE INTEGER SendLine IN SIP.DLL STRING cPort, STRING cString, STRING cAddress, STRING cFlowControl
This command work o.k. Next I use command
nRetVal=Sendline('1','Text','1')
When I use this command VFP return error 'Cannot find entry point
SendLine in the DLL'. What does it mean?
Name of function SendLine is correct, because I have another program
in C++ which use SendLine and this C++ program work o.k.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform