Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Accessing Constants
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00252941
Message ID:
00253007
Views:
18
Marvin,

Manifest constants (#DEFINE) are compiler directives. They are processed by teh compiler. When the compiler is compiling programA it has no idea of what is in ProgramB. You should put your #DEFINE commands in a header file (.h) and then in each program put #INCLUDE MyHeader.h.
Previous
Reply
Map
View

Click here to load this message in the networking platform