Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Building app/exe to another directory.
Message
From
21/07/1999 04:04:43
 
 
To
21/07/1999 03:37:53
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00244015
Message ID:
00244019
Views:
21
>When I'm going to build an app/exe I always get the directory in which the project is stored as default directory to save the app/exe file. But I always build it to another directory and must therefore change the directory everytime. Is there anyway to get rid of this small problem? Can I do something to make VFP6 choose another directory as default to save my app/exe file?
>
>/Mårten Törnquist

Don't use the GUI to build your app/exe, but code:

BUILD APP \mydir\place_for_app\project.app from project

If you have a lot of projects in your development you can code these BUILD calls into a routine to ensure that you don't miss anything out.

HTH
regards

Ian
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform