Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
# include
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00399964
Message ID:
00400057
Views:
19
>Ed,
>
>I have them with this form in Include File Dilog. Should I include .h files into the project. What do you me compile ?
>

References in the .H file are resolved at compilation of the individual modules; the code being executed by the VFP runtime is compiled into a pseudocode format which has resolved constant references at the time the p-code creation takes place; when the code is executing, the .H definitions aren't present.

Yes, the .H files should be included in the project, and if more than one set of definitions is used, preventing you from setting the _INCLUDE development variable to reference the header files, they should be explicitly #DEFINEd or #INCLUDEd in each module that needs them.

>Thanks
EMail: EdR@edrauh.com
"See, the sun is going down..."
"No, the horizon is moving up!"
- Firesign Theater


NT and Win2K FAQ .. cWashington WSH/ADSI/WMI site
MS WSH site ........... WSH FAQ Site
Wrox Press .............. Win32 Scripting Journal
eSolutions Services, LLC

The Surgeon General has determined that prolonged exposure to the Windows Script Host may be addictive to laboratory mice and codemonkeys
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform