Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Dll
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Produits tierce partie
Titre:
Dll
Divers
Thread ID:
00803718
Message ID:
00803718
Vues:
120
Hi All:
I am using a DLL from skipjack a third party software vendor. The name of the DLL I am using is SJComAPI. When I run my program I get an error. The error is 'Cannot find entry point AuthorizeEX in the dll.'

Below is my code:

Set defa to D:\Temp\Lib
Declare Integer AuthorizeEX IN SJComAPI AS DialEntry ;
String @ PhoneNum, String @ CrdNum

PhoneNum = '2527830'
CrdNum = 'abc123'

lnRtn = DialEntry(@PhoneNum,@CrdNum)
Clear DLLS

Do I need to registor the SJComAPI dll first? If yes, what are the steps?
IF not, what am I doing worng?
Thanks
MA
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform