Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
APP versu EXE
Message
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00368787
Message ID:
00368814
Views:
16
>>>What is the difference between compiling an APP in Visual FoxPro and compiling and EXE? Is there an advantage if you use one over the other.
>>>
>>>Thanks
>>
>>The biggest difference is you don't need the entire VFP development environment to run an EXE but you do for an APP. EXEs only require the VFP run-time libraries.
>
>Larry
>
>Nope! A VFP EXE can run a VFP APP without the development version. The only difference is that an APP file doesn't contain the necessary header information required to start the application. One advantage of launching an APP from an EXE is that the APP can dynamically link to form's, modules, etc. in the EXE. All you have to do is include them in the project, but mark them as excluded.

I used a poor choice of words.

EXEs only need the VFP run-time libraires to run. APPs require either the full VFP development environment or a catalytic agent such as an EXE (with the VFP run-time libraries) to run.

Better guys? :-)
Larry Miller
MCSD
LWMiller3@verizon.net

Accumulate learning by study, understand what you learn by questioning. -- Mingjiao
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform