Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Dll
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Third party products
Title:
Dll
Miscellaneous
Thread ID:
00803718
Message ID:
00803718
Views:
119
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
Next
Reply
Map
View

Click here to load this message in the networking platform