Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Accessing Constants
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00252941
Message ID:
00253007
Vues:
19
Marvin,

Manifest constants (#DEFINE) are compiler directives. They are processed by teh compiler. When the compiler is compiling programA it has no idea of what is in ProgramB. You should put your #DEFINE commands in a header file (.h) and then in each program put #INCLUDE MyHeader.h.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform