Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
IMPLEMENTS Statement
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
IMPLEMENTS Statement
Divers
Thread ID:
00880818
Message ID:
00880818
Vues:
65
I would like to change the IMPLEMENTS statemany so that it gets
it's DLL path from a function:

I want to change:
IMPLEMENTS _SomeEvents IN "c:\some.dll"


to

IMPLEMENTS _SomeEvents IN GetDLLFilePath()

FUNCTION GetDLLFilePath()

cDrive = GetDriveLetter()
cRetVal = cDrive + "\some.dll"

RETURN cRetVal



Anyone know how to do this?
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform