Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cannot find entry point
Message
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00325044
Message ID:
00325889
Views:
27
The Activex Control or may not be installed properly. It may have dependent Dll's and licence files.

>James,
>
>In addition to DF's case sensitivity points below, it's also possible that the function is called something slightly different than the docs say. Use depends.exe (visual 6.0 tools on my VS install) to examine the dll and check the function name.
>
>Cheers,
>
>Andrew
>
>>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.
Fred Besterwitch, MCP

The harder you work. The luckier you get.
Previous
Reply
Map
View

Click here to load this message in the networking platform