Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cannot find entry point ... in the DLL.
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00439030
Message ID:
00439058
Views:
14
>The most common cause of this is error is the case used in declaration not
matching that in the DLL.

Could be, too, that he's not exporting the functions in a way that avoid the compiler mangling, er sorry, decorating the names.

Anyway, if that's the case, just add a .DEF file to the project and use the EXPORTS statement:

LIBRARY BTREE
DESCRIPTION "Implements a binary tree."
EXPORTS
Insert @1
Delete @2
Member @3
Min @4
Mike Stewart
Previous
Reply
Map
View

Click here to load this message in the networking platform