Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Path statements for software
Message
 
À
18/12/1997 09:28:28
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00066882
Message ID:
00066893
Vues:
41
>>What are the rules about path statements when you working on software that will distributed?
>>
>>should you set the path for c:\subdir\exe before running setup wizard ?
>>
>>I didn't change my path statements and it seems that some screens run fine, while other have
>> trouble finding objects.
>>
>>Any thoughts????
>>
>>Thanks
>
>There are two rules:
>1. Develop on normalized tree, i.e. all components included in exe located on relative path to project file.
>2. Control excluded files (usually data) paths programmatically inside app (usually in DE).

Also, don't hard code drive letters in your path but use a relative path. i.e. \myapp\data\ instead of c:\myapp\data\.
Colin Magee
Team Leader, Systems Development
Metroland Media Group Ltd.
Mississauga, Ontario, Canada

cmagee@metroland.com

Never mistake having a career with having a life.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform