Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Referencing Header File Constants Throughout an Applicat
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00122367
Message ID:
00122370
Vues:
20
>Greetings!
>
>I'm following the example in the TASTRADE project regarding the inclusion of header (.H) files with defined constants. In the program I have set as Main, I have an #INCLUDE statement, referring to a header file in my project.
>
>In the header file, I have one #DEFINE statement so far. The problem I am experiencing is that the #DEFINEd constant can only be recognized in the Main program, and not any other routines, such as in a custom class containing library functions.
>
>I checked the TASTRADE project, and its constants are being referenced globally. So, why is my program malfunctioning, and what can I do to correct it?
>
>Thank you!
>
Michael,

For classes you need to choose Class - Include File form the menu, for forms the same thing only it is the form menu. Header files are compile time directives and they only affect the file in which they are included.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform