| | $Id: 4-Limitations-Enhancements.txt,v 1.1 2001/07/14 06:17:28 tundra Exp $ |
---|
| | $Id: 4-Limitations-Enhancements.txt,v 1.2 2001/07/18 18:20:50 tundra Exp $ |
---|
| | |
---|
| | KNOWN LIMITATIONS AND PROBLEMS OF HB |
---|
| | ==================================== |
---|
| | |
---|
| |
---|
| | ========================================= |
---|
| | |
---|
| | - Check correctness and/or be more forgiving about reading in budget |
---|
| | files. |
---|
| | |
---|
| | - Use the getopt library to add command line processing features to |
---|
| | HB. You could, for instance, use the command line to name the |
---|
| | initial budget file or default print device/file. |
---|
| | |
---|
| | - Add a new user feature of your own. This means adding the correct |
---|
| | entry in Options, writing a Main Function Handler for the new |
---|
| | feature and any needed support functions to compute arguments. |
---|
| |
---|
| | |