Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Error: Cannot find Entry point name in the DLL???
Message
From
21/08/1998 09:49:48
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Title:
Error: Cannot find Entry point name in the DLL???
Miscellaneous
Thread ID:
00128747
Message ID:
00128747
Views:
64
I wrote a program which defines a Ole public class on custom.
It has a procedure. I made DLL.

And in the PRG I call the procedure, it says
Cannot find Entry point name in the DLL

I declared it as,

***********
DEFINE CLASS dummy_class AS custom OLEPUBLIC
procedure dummer
PARAMETER myname
messagebox("My name is "+myname)
ENDFUNC
enddefine
*****************and called the above DLL in PRG as ******
declare DUMMER in "d:\vclass\dummy1.dll" STRING
dummer ("Satya")

**********
It gave the error.

Cannot find Entry point DUMMMER in the DLL

However I tried using the above procedure in VB,
It worked correctly. I am able use functions in win32API from VFP correctly.
Where the problem is ?
Next
Reply
Map
View

Click here to load this message in the networking platform