Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
#INCLUDE sintax
Message
From
11/10/2001 11:09:35
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
 
 
To
11/10/2001 11:06:33
Héctor Lizarraga
Gobierno Del Edo de Querétaro
Querétaro, Mexico
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00566989
Message ID:
00566995
Views:
15
>When i want to include a .h file with:
>
>#INCLUDE [constantes.h]
>
>I get an error that says the file doesn't exists! why?
>The help says that I must include the path of the file, I've already did it but the error is the same. What is the proper sintax? I have the SET DEFAULT and SET PATH in the same path of the file.
>
>Thanks in advance
>Héctor L.

Try changing to quotation marks. Or perhaps don't use quotation marks at all.
#INCLUDE "constantes.h"

or:

#INCLUDE constantes.h
Hilmar.
Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform