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

i encounter a problem when using a function from a FoxPro dll.
These are the seps I took;

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

- Now i want to call his function, but then i encounter the problem:

ln_Uitkomst = OptelFunctie(3,4)

Error: cannont find entry point OptelFunctie in the DLL.

My DLL looks like this;

function OptelFunctie
LPARAMETERS val1,val2

private val3

val3=0
val3 = val1+val2
return val3

endfunc

define class function_class as custom olepublic

enddefine

--

Does anyone know the solution for this?
please mail me at Erwin.Tobben@marketscan.nl

thanks in advance!
Next
Reply
Map
View

Click here to load this message in the networking platform