Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Best way to establish references to external functions
Message
De
07/02/2002 01:28:29
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Best way to establish references to external functions
Divers
Thread ID:
00616432
Message ID:
00616432
Vues:
54
I have several sub EXE that are being call by another EXE. That main EXE holds several functions. In each of the sub EXE, in order to avoid the unknown references at compile time, I added the following in my main program of each of those projects:
DEFINE CLASS dummy as Object
FUNCTION TreeView
RETURN .F.
FUNCTION TreeViewFooter
RETURN .F.
...
ENDDEFINE
So, whenever I add a new function in the main EXE, I have to update each project in that main program. How can I avoid that?
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform