Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Making a DLL (PROBLEM!!!!!!!)
Message
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Making a DLL (PROBLEM!!!!!!!)
Miscellaneous
Thread ID:
00351923
Message ID:
00351923
Views:
46
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
Next
Reply
Map
View

Click here to load this message in the networking platform