Home > database > Call a third-party DLL errors, how to solve?
Call a third-party DLL errors, how to solve?
Time:09-25
Pb10 + MSSQL
Now plans through third-party platform is sent to the customer the receivable messages such as
A third party provides USSMS. DLL
I was in the Local External Functions provides made the following statement
The Function Boolean Login (String user, String pass) LIBRARY "UESMS. DLL" Alias For "Login"
Window w_xtwh cb_10 clicked event code below
Boolean B_ue
String user, pass User="zhnyy" Pass="123456"
If the Login (user, pass) then Messagebox (' prompt ', 'UE verify success! ') The else Messagebox (' prompt ', 'UE authentication failed! ') End the if
No error when saving, the run times wrong is as follows:
Applicaion terminated.
Error: Bad runtime function reference at line 13 clicked in the event of o b j e c t cb_10 of w_xtwh
Especially how to solve,
CodePudding user response:
Is USSMS. DLL
Or
LIBRARY "UESMS. DLL " ?
If the DLL file name wrong
CodePudding user response:
The Function Boolean Login (String user, String pass) LIBRARY "UESMS. DLL" Alias For "Login". ANSI