|
List Info
Thread: Dividing a large program in parts
|
|
| Dividing a large program in parts |

|
2006-04-24 11:41:54 |
|
Sometimes a program becomes so large (and actually with many different
interconnected functions) that it would be interesting to divide it
into parts or modules.
For example, a management enterprise application. It has accounting,
payroll, stock, etc, each one is an application itself.
I would like to have a very small PROGRAM1.EXE with just a menu: after
calling this first program, the user could choose on the menu the
actual application he is interested on. Then, PROGRAM1.EXE, someway,
would call accounting program, or payroll program, etc
It's interesting because not ALL clients want to use ALL functions, so
we can dispose modules accordingly.
How to do it using Delphi?
|
[1]
|
|
|
about | contact Other archives ( Real Estate discussion Medical topics )
|