Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Cannot find entry point ... in the DLL.
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00439030
Message ID:
00439058
Vues:
15
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform