Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Constants in Header File not Available in all Applicatio
Message
 
À
19/09/1999 19:47:07
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00266551
Message ID:
00266589
Vues:
18
Antonio

A header file is full of compiler directives. The compiler compiles one file at a tiem. If you want ot use the header definitions in all your files you must include the header in all of them.

For prg's put #INCLUDE MyHeader.h as the first line, for forms, choose the form menu and then Include and type in the name and path to the header file. Classes are the same as forms.

In VFP 6 you can use the _include system variabvle to point to a header file and it will automatically be included for any NEW forms or classes you create (it will not affect anye xisting forms or classes).
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform