Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
#IF...#ENDIF And Image Locations
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01232067
Message ID:
01232329
Vues:
19
No, this assumes that the client location and the development location have identical image structures. On the client site, all images will be dumped into the Graphics folder.


>like this ?
>
>
>#DEFINE RUNTIME              EMPTY(VERSION(2))
>
>#DEFINE IMAGE_LOC_RUNTIME    ADDBS(SYS(5) + SYS(2003)) + "Graphics\"
>#DEFINE IMAGE_LOC_DEV        ADDBS(SYS(5) + SYS(2003)) + "Media\"
>
>#DEFINE IMAGE_LOC_BASE       IIF(RUNTIME, IMAGE_LOC_RUNTIME, IMAGE_LOC_DEV)
>
>#DEFINE IMAGE_LOC_EFFECTS    addbs(IMAGE_LOC_BASE + "Effects")
>#DEFINE IMAGE_LOC_QA         addbs(IMAGE_LOC_BASE + "Toolbars")
>#DEFINE IMAGE_LOC_ARROWS     addbs(IMAGE_LOC_BASE + "Arrows")
>
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform