Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problem calling .DLL file
Message
De
28/07/1999 17:22:45
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Titre:
Problem calling .DLL file
Divers
Thread ID:
00247416
Message ID:
00247416
Vues:
62
I got a problem calling a .DLL from VFP6.

this line of code correctly loads the dll into memory, this is proved when I type DISPLAY STATUS in the command window...

declare string accessit in kendll string

...then I call the dll with the line below.

x=accessit("FINDADDRESS","KEN")

FINDADDRESS is a subfunction in my dll (which is correctly displayed in the list of entry points when I right-click the dll and click 'view dependencies'.) All FINDADDRESS does is retrieve a piped string from an oracle database. The error message says: cannot find entry point in dll.

Help! Any ideas most welcome.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform