Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
About Project Manager
Message
From
26/03/2004 01:33:15
Dorin Vasilescu
ALL Trans Romania
Arad, Romania
 
 
To
26/03/2004 01:17:47
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00889856
Message ID:
00889859
Views:
15
I'm not an expert but I can give you some ideas

1.First, usually all these types of files are included in EXE (you can exclude reports, but only if you want to modify them from your app.
You can reduce the size of EXE by excluding debug information , that mean no source code in VCX.
Project menu pad -> Project info ... -> uncheck Debug info checkbox
2.Pack your VCX files. Modifying a class will not determine deletion of old version records, so you must physically remove them by PACKing VCX.
3.Using an EXE packer the works with Foxpro. This will also protect your code from decompiling
Thinstall (expensive), Armadillo, KonXise.
Compression will be effective only if the code in EXE is not encrypted (setting in the same project info menu option)
HTH

>Dear Experts
>
>To reduce the size of EXE which ojects , listed below, should be included from Project Manager?
>
>Forms, Prg, Reports, Bitmap, Menu, Classes and Text files
>
>Please help
Previous
Reply
Map
View

Click here to load this message in the networking platform