Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Call to an external DLL
Message
From
22/10/2002 14:55:46
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00714000
Message ID:
00714019
Views:
25
I already tried that. In fact, in the declare statement the "@" sign needs to be after the datatype. But when I call the function I tried both with the @ sign and with out it. Did not make any difference.

DECLARE INTEGER v_o_d IN "RLPOLK.DLL" STRING, STRING @
x = v_o_d(outvin, @options)
?options
x = v_o_d(outvin, options)
?options

Also in which documentation did you find that in order to get a value back you have to pass it by reference.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform