Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Getting exe file as small as possible
Message
 
 
To
18/06/2003 16:37:05
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00801438
Message ID:
00801592
Views:
13
Bill,

You can have a distributed copy of the classlib you can:
replace all methods with ""
pack memo
this will reduce the size significantly.

If you want to write some code to really find all of the classes not used anywhere you could delete those rows fromt he vcx before the pack.

It's better to package your classlibs in a such a way that you don't get lots of unused classes brought in just because you want one class out of a classlib.

>When I build and exe file, does it contain the entire vcx file?
>Or does it just contain those classes that are used in the app?
>
>Assuming that the entire file is included in the exe.
>Is there any way to exclude the unused classes?
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform