Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Error when calling DLL function using DECLARE statement
Message
 
To
18/04/2001 10:31:42
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00496655
Message ID:
00496659
Views:
9

>- DECLARE the function i want:
> DECLARE INTEGER OptelFuntie IN "D:\PROJECTS\DLLTEST\PROJECT1.DLL";
> INTEGER val1, INTEGER val2



> ln_Uitkomst = OptelFunctie(3,4)


You declare a function called OptelFuntie, but is calling OptelFunctie. If you copy/paste the declare code, then you are missing a c in the function name of the declare.

HTH,
- Erik Niese-Petersen

Crazy Dane in USA.
Previous
Reply
Map
View

Click here to load this message in the networking platform