Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to use a DLL
Message
From
30/03/2000 05:35:41
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
How to use a DLL
Miscellaneous
Thread ID:
00352607
Message ID:
00352607
Views:
57
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.
Next
Reply
Map
View

Click here to load this message in the networking platform