Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Referencing Header File Constants Throughout an Applicat
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00122367
Message ID:
00122370
Views:
21
>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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform