Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
I have an application that is getting too big!
Message
From
20/12/2000 16:51:50
 
 
To
20/12/2000 14:38:40
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00455538
Message ID:
00455630
Views:
39
>Next year, the in-house application (written in VFP 5.0) that I and a small staff of others help write and support is going to get a make-over. The compiled application is getting very large (almost 2 meg) and we're thinking about breaking it up into separate executables, with the main one called the other "sub-programs" when needed.
>
>Is there anything we need to keep in mind while evaluating the possibility of doing this? Any suggestions on how to make it as easy as possible? Any words of wisdom? Any and all help would be GREATLY appreciated!
>
>Thanks in advance for your help....

If you break you application up into separate projects, make sure all projects have the same set of base classes. You won't need to include every subclass. You can call classes and procedures in other exe's by using SET CLASSLIB TO myclass IN myotherexe.
Previous
Reply
Map
View

Click here to load this message in the networking platform