Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Path statements for software
Message
 
To
18/12/1997 09:28:28
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00066882
Message ID:
00066893
Views:
38
>>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.
Previous
Reply
Map
View

Click here to load this message in the networking platform