Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cannot find entry point
Message
 
 
To
31/01/2000 11:23:10
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00325044
Message ID:
00325419
Views:
14
James,

I'd first guess it's not a COM object DLL, is it an API type DLL?

declare long GetEC in acrypt.dll integer arg1...

Substituting the correct return/arg types.

Also this kind of API entry point is case sensitive, the DECLARE must use the name case stored in the DLL. ie GETEC != GetEC != GetEc != getec

>Trying to access a dll called acrypt32.dll. Function is GetEC. I am getting a "cannot find entry point" error. I have checked the case and it still doesn't work. On the UT someone suggested creating an object, ie:
>
>Local oObject
>oObject = Createobject("acrypt32.GetEC")
>
>This returns the error: Class definition ACRYPT32.GETEC not found.
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