Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP Code Book
Message
De
23/08/1996 11:32:33
 
 
À
23/08/1996 11:14:34
Justin Scanlon
Storm Financial Systems
Galway, Irlande
Information générale
Forum:
Visual FoxPro
Catégorie:
Produits tierce partie
Titre:
Divers
Thread ID:
00006540
Message ID:
00006542
Vues:
40
>Is there someone who has used the VFP Code Book with
>some measure of success, I am having problems with constants
>declared as #define statements within header files being
>reported as not being found. Also I cannot get the menu builder supplied with Code Book to work.
>any input would be appreciated
>
>Justin Scanlon

#define is a compiler directive. It replaces all occurences of the constant with its value. So, after that, in the compiled text there are no references to the constant's name. If you want to use a header file that contains constants, you must use #include directive in each file (form, program, etc) that is compiled separetly.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform