Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Entry point not found??
Message
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00232588
Message ID:
00232759
Views:
24
Mark,

You don't say how you built the DLL. There is an example VC++ project on my website under Samples, Spyin. You need to use a macro in the .cpp file or use an entry in the .DEF file for the function to export at all. And the name is case sensitive.

If you are using VFP to build the DLL you have a COM object that used with CreateObject() not DECLARE DLL.

>Hi All,
>
>I have a weird problem (looks weird to me). Assume a DLL called Test with a function called test1. If I do;
>
>DECLARE test1 IN Test.dll
>
>I get no error. But when I try to use the function I get the "Cannot find entry point" error. Why is that?? I would understand the error while declaring Test2 or something that's not in the DLL, but the declaring goes fine. What's going on here?
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform