Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Updated links on www.activevfp.com for AVFP3
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
ActiveVFP
Divers
Thread ID:
01001361
Message ID:
01001437
Vues:
35
Thanks. I was wondering if includes can be dynamic since vfp might not be installed in the default places. However, the code in that prg appears to work fine even when those files aren't found...
>Claude,
>one think, the version for VFP 9 (I don'tknow for VFP8) in rotserver.prg and webappdebug.prg you refer to
>#Include "c:\program files\microsoft visual foxpro 7\foxpro.h" or
>#Include "c:\program files\microsoft visual foxpro 7\ffc\registry.h"
>
>I think you should change them to
>
>
>** in rotserver.prg
>#if VERSION(5) = 700
>    #Include "c:\program files\microsoft visual foxpro 7\Ffc\registry.h"
>#endif
>
>#if VERSION(5) = 800
>    #Include "c:\program files\microsoft visual foxpro 8\Ffc\registry.h"
>#endif
>
>#if VERSION(5) = 900
>    #Include "c:\program files\microsoft visual foxpro 9\Ffc\registry.h"
>#endif
>
>** in webappdebug.prg
>
>#if VERSION(5) = 700
>   #Include "c:\program files\microsoft visual foxpro 7\foxpro.h" or
>#endif
>
>#if VERSION(5) = 800
>    #Include "c:\program files\microsoft visual foxpro 8\foxpro.h" or
>#endif
>
>#if VERSION(5) = 900
>    #Include "c:\program files\microsoft visual foxpro 9\foxpro.h" or
>#endif
>
>
>I tryed to use HOME() but #include requires hard coded path :o((((
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform