home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1995 December / SOFM_Dec1995.bin / pc / os2 / vpascal / examples / bp7 / tvdemo / calendar.dif < prev    next >
Text File  |  1995-10-31  |  339b  |  11 lines

  1. Comparing files BP7\CALENDAR.PAS and VP\CALENDAR.PAS
  2. ***** BP7\CALENDAR.PAS
  3.    18:  uses Drivers, Objects, App, Views, Dos, Dialogs;
  4. ***** VP\CALENDAR.PAS
  5.    18:  uses Drivers, Objects, App, Views, Dos, Dialogs, Use32;
  6.  
  7. ***** BP7\CALENDAR.PAS
  8.   142:    B: array[0..Width] of Word;
  9. ***** VP\CALENDAR.PAS
  10.   142:    B: TDrawBuffer;
  11.