home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / mbug / mbug027.arc / ABSTRACT.027 < prev    next >
Text File  |  1979-12-31  |  3KB  |  61 lines

  1.  
  2.                     ******* COMPILING *******
  3.  
  4. PED1 is straight forward. You need the include files 
  5.  
  6. {$I CONST.INC}
  7. {$I VARIABLE.INC}   {Types and variables}
  8. {$I GENERAL1.INC}   {General purpose routines}
  9. {$I AGE.INC}        {Age routine}
  10. {$I GENERAL2.INC}   {Find_Ear, Display_Form, Display_Rabbit,  
  11.                      F_Table InputStr}
  12. {$I DATE.INC}       {Date input routine}
  13. {$I PRINTER.INC}    {Printer routine for 12 & 13 }
  14. {$I START.INC}      {Startup of Program}
  15. {$I INPUT.INC}      {Update starts here. InputRabbit routine}
  16. {$I EDIT.INC}       {Edit routine}
  17. {$I UPDATE.INC}     {Update Main includes Add and Find routines}
  18. {$I SORT.INC}       {Sort routine}
  19. {$I FAMILY.INC}     {Family Display}
  20. {$I PEDIGREE.INC}   {Pedigree Display}
  21. {$I LIST.INC}       {List routine}
  22. {$I MAIN.INC}       {Main program}
  23.  
  24. The program should compile without any problems.
  25. .paèFor PED2 you will need the following include files.
  26.  
  27. {$I TTCONST.INC}    {Consts for Tool Box}
  28. {$I ACCESS.BOX}     {Turbo Tool Box}
  29. {$I GETKEY.BOX}     {Turbo Tool Box}
  30. {$I ADDKEY.BOX}     {Turbo Tool Box}
  31. {$I DELKEY.BOX}     {Turbo Tool Box}
  32. {$I TTVAR.INC}      {Types and variables}
  33. {$I GENERAL1.INC}   {General purpose routines}
  34. {$I AGE.INC}        {Age routine}
  35. {$I TTGEN2.INC}     {Display_Form, Display_Rabbit,  F_Table InputStr}
  36. {$I TTDATE.INC}     {Date input routine}
  37. {$I PRINTER.INC}    {Printer routine for TTFAMILY & TTPED }
  38. {$I TTINPUT.INC}    {Update starts here. InputRabbit routine}
  39. {$I TTEDIT.INC}     {Edit routine}
  40. {$I TTUPDATE.INC}   {Update Main includes Add and Find routines}
  41. {$I TTSTART.INC}    {Startup of Program}
  42. {$I TTFAMILY.INC}   {Family Display}
  43. {$I TTPED.INC}      {Pedigree Display}
  44. {$I TTLIST.INC}     {List routine}
  45. {$I TTMAIN.INC}     {Main program}
  46.  
  47. Yo⌡ wil∞ noticσ tha⌠ yo⌡ neeΣ Turb∩ Too∞ Bo° (no⌠ included⌐ t∩ ì
  48. compilσ thi≤ version«  Thσ too∞ bo° als∩ need≤ ß sligh⌠ ì
  49. modificatioε s∩ tha⌠ yo⌡ finisΦ witΦ ▓ overlays«  Withou⌠ thσ ì
  50. modification¼ i⌠ wil∞ stil∞ compilσ bu⌠ yo⌡ wil∞ finisΦ witΦ │ ì
  51. overlays«  Thσ firs⌠ overla∙ wil∞ onl∙ holΣ ß ver∙ smal∞ bi⌠ oµ ì
  52. code so is wasteful.
  53.  
  54. Al∞ oµ ADDKEY.BO╪ anΣ DELKEY.BO╪ arσ overlayed«  Thi≤ mean≤ tha⌠ ì
  55. thσ worΣ OVERLA┘ need≤ t∩ bσ typeΣ iε fron⌠ oµ thesσ procedures«  ì
  56. Thσ GETKEY.BO╪ i≤ furthe≥ modifieΣ iε aεothe≥ way«  Yo⌡ neeΣ t∩ ì
  57. movσ thσ Procedurσ TaFindke∙ t∩ thσ star⌠ oµ thσ box«  Thσ ì
  58. TaFindke∙ procedurσ i≤ no⌠ overlayed«  Thσ res⌠ oµ thσ bo° ISì
  59. overlayed.
  60.  
  61.