Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Splitting up a big exe
Message
From
01/12/2000 03:01:54
Walter Meester
HoogkarspelNetherlands
 
 
To
30/11/2000 18:24:23
Les Chandra
Mastersoft Pty Ltd
Melbourne, Australia
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00447774
Message ID:
00447919
Views:
15
Hi less,

What is the size if you don't include "debug info" in the project. The size of your exe might be due large amounts of comments in your forms or classes.

There are several strategies possible to reduce the size of your apps. My applications seldom reach a size of more than 2MB because making small exe's is one of my most important design goals.

For example you could make an application that copies all your forms and classes to another dir, strips all comments from the sourcecode of the copies and compiles it into an exe.

Walter,

>Hi guys,
>
>I opened by big mouth in a meeting yesterday and said it would be possible to split up a monolith of an application (17MB exe) into smaller components. The idea was that as various bits of the application change, only the bits that have changed can be updated.
>
>Does anyone have suggestions on the best way to achieve this? I don't want to go all the way to shipping VCXs, SCXs etc compiled outside the app as this would mean too many files to ship. My hope was to be able to break the whole thing up into a dozen files each of 1MB or so.
>
>The app is fairly integrated, and is an 'old-fashioned' design with a main program, large utils program, global variables and forms called with DO FORM from a 'main form'. Classes are generally visible objects/containers dropped onto forms.
>
>Can anyone suggest a way forward? I am open to all ideas!
>
>TIA
>
>Les
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform