Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Dynamic Include File.
Message
De
18/08/2004 16:47:30
 
 
À
18/08/2004 15:20:37
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00934230
Message ID:
00934263
Vues:
22
Raxi -
one of the things I had to do a bit ago was to dynamically generate
the lines for #include and put them some where ...
I had a standard naming convention for my projects -
so in my project manager 'BeforeBuildEvent' I generated the file that
had the #INCLUDES and most of the top level #DEFINES in it , and output it
as [appname].h .

The beforeBuildEvent is cool - you can do what ever you want there.
Unfortunately, as you have found out - you have to have the code you want STATIC for #INCLUDE stuff right prior to compilation .

If you are not compiling full throttle, my apologies for my stuff here.

regards [Bill]
>Hi,
>
>In FoxPro, we can use the following command to include an include file.
>
> #INCLUDE "\dbapps\test\include\test2004.h"
>
>I want to dynamically include an include file, e.g.
>
> lcFilename = "\dbapps\test\include\test2004.h"
> #INCLUDE (lcFilename)
>
>This gives "File does not exist" compile error.
>Even the following does not help.
>
> #INCLUDE Evaluate(lcFilename)
> #INCLUDE &lcFilename
>
>I tried EXTERNAL FILE lcFilename, but it also does not help.
>
>Has anyone tried this? Is it possible what I am trying to do?
>
>Thanks.
>
>- Ravi
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform