Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Making a DLL (PROBLEM!!!!!!!)
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Making a DLL (PROBLEM!!!!!!!)
Divers
Thread ID:
00351923
Message ID:
00351923
Vues:
47
i am trying to make a dll in VFP 6.0 which i can call from an application made in VB. but when calling the dll in vb it says that it can not find the procedure.

can anyone help me?

i don't know if the dll i have generated in vfp works.
the code i got from the help


DEFINE CLASS person AS CUSTOM OLEPUBLIC
FirstName = "Daryl"
LastName = "Dunkley"

PROCEDURE GetName
RETURN THIS.FirstName + " " + THIS.LastName
ENDPROC
ENDDEFINE

which is just in a program.

please help

thanks

daryl
Guy Lewellen
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform