Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Resolving project unknown references
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00037784
Message ID:
00037855
Vues:
41
> >In one of my application, I have a main EXE which is calling other sub > EXEs. Some main functions are part of the main EXE but we use them in the > sub EXEs. When we compile those EXEs, we have unknown references, which is > normal because the project manager can't see those functions because they > are in the main EXE. > > > >What would be an easy way to avoid that? > > check help on EXTERNAL... works for external procedures, classes, forms > etc. as well as arrays Another way would be to have the dummy functions stored in a .PRG that is external to the application, or is loaded at build time but not run time. This way you won't have to specify EXTERNAL for each method or procedure that it is called from. /Paul
Paul Russell
EMail: prussell@fox.nstn.ca
Phone: (902) 499-5043
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform