Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Error calling a function from a DLL
Message
From
02/10/2001 07:18:29
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Error calling a function from a DLL
Miscellaneous
Thread ID:
00562910
Message ID:
00562910
Views:
36
I have create this code for a DLL
define class esempio as custom olepublic
name= "esempio"
function testdll
return "OK"
enddefine

I compiled as single-threaded dll with name firstdll

I declare it like:
decalre testdll in firstdll

when I call testdll appear the message "cannot find entry point testdll in DLL"

Has anyone a possible solution?

Tank you in advance
Luigi
Next
Reply
Map
View

Click here to load this message in the networking platform