Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
DLL Hell P2
Message
 
 
À
12/09/2000 17:35:51
Jim Rieck
Quicken Loans/Rock Financial/Title Sourc
Livonia, Michigan, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00415475
Message ID:
00415580
Vues:
15
> I thought you could too, but when I try that I get a Cannot find Entry point... in the DLL. MS's website says it's a case sensitive issue, but everything is in lowercase and it still doesn't work. . .

That's because the functions in your DLL are COM interface methods, not exported functions. Go to a command line and type:

dumpbin -exports

You'll get a total of four COM-related functions, and that's it. You cannot call functions from a VFP DLL by any other means than COM. Again, the functions in your program code do not map to exported DLL functions. That's not how it works.
Mike Stewart
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform