home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 5 / 05.iso / a / a076 / 3.img / DCLIPDEV / TTRAK.ZIP / TTRAK.DOC < prev    next >
Encoding:
Text File  |  1989-06-07  |  1.4 KB  |  30 lines

  1.  
  2. TIME TRAK is a calendar/scheduling application which is written
  3. entirely in Clipper, therefore it is not necessary to link any TIME TRAK
  4. modules into an engine.  The entire TIME TRAK system can be run from a
  5. dynamic library.
  6.  
  7. How to create a dynamic library for TIME TRAK Version 1.2
  8. ----------------------------------------------------------
  9.  
  10. 1.  Create a directory on your hard disk named \TTRAKDLB
  11.  
  12. 2.  Copy all the source code files from the TIME TRAK distribution
  13.     disks into the \TTRAKDLB directory.  The TIME TRAK source code is
  14.     contained in a file named SOURCE.EXE on the master distribution disk and
  15.     is extracted by running the SOURCE.EXE program.
  16.  
  17. 3.  Compile each source file using the -m -l option.  You may use the
  18.     TTRAKCL.BAT file to accomplish this.
  19.  
  20. 4.  Build the TTRAK.DLB dynamic library by running the TTRAKDLB.BAT
  21.     file.  This will use the TTRAK, TTRAK.SCA and TTRAK.APP files supplied
  22.     with this distribution to create an "optimized" version of the
  23.     TIME TRAK library.
  24.  
  25. 5.  Use the command LIB \TTRAKDLB\TTRAK from the DCLIP dot prompt followed
  26.     by DO TTRAK WITH 'ADMIN' to run the TIME TRAK program.
  27.  
  28. 6.  Use the function LIBLOAD('\TTRAKDLB\TTRAK') from your applications
  29.     to load the TIME TRAK dynamic library.
  30.