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 10:27:22
 
 
To
21/08/1998 10:18:59
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00128747
Message ID:
00128765
Views:
18
>Case sensitive function names in DLLs?

>Vlad
>

I tried dummer with whatever the case I have written, but in vain.
Still the same error.



>>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 ?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform