Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Coding to make EXE small as possible
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00437025
Message ID:
00437332
Views:
22
Depending upon how much pain you are willing to endure, there are several options (two of which are):

- VCX's, SCX's etc. store most of their stuff in memo fields. That is FPT's, which we all know are only a little better than nothing. Packing these is a start, but what about changing the block size.

Next level of pain.
- convert all of the code in the FPT's to PRG's. It should be possible to automate this. Pjx build trigger, open all the Fpt's, extract source, properties, etc. to Prgs, then compile.

PS. Erik, you didn't add a smiley ! Were you just venting a little steam, being facetious, none of the above?
censored.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform