Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP Code Book
Message
From
23/08/1996 11:32:33
 
 
To
23/08/1996 11:14:34
Justin Scanlon
Storm Financial Systems
Galway, Ireland
General information
Forum:
Visual FoxPro
Category:
Third party products
Title:
Miscellaneous
Thread ID:
00006540
Message ID:
00006542
Views:
44
>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.
Previous
Reply
Map
View

Click here to load this message in the networking platform