home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 12 / CD_ASCQ_12_0294.iso / vrac / pclcjs.zip / README < prev    next >
Text File  |  1993-03-20  |  1KB  |  30 lines

  1.  
  2. The source code for several functions is contained in this archive.
  3.  
  4. All functions were written under Power C 2.2.0 by MIX Software.
  5.  
  6. Each function is documented internally.  The dirsel function
  7. (contained in file DIRSELF.C) calls the menubox (contained in
  8. file MENUBOX.C) function.  If you combine the object files for
  9. these functions using the MERGE.EXE program, be sure and add 
  10. the DIRSELF.MIX file AFTER you have added the MENUBOX.MIX file
  11. to the library.  (This will make linking go faster.)  Likewise,
  12. the colortime function calls the colortext function, so be
  13. sure to add COLORTIM.MIX after COLORTXT.MIX.
  14.  
  15. All files will compile under all three memory models.  If you 
  16. MERGE the individual source files into a library named CJSLIB?.MIX,
  17. where ? is replaced by S, M, or L depending on memory model, the
  18. enclosed header file (CJSLIB.H) can be used in lieu of individual
  19. file declarations.  You must have Version 2.0 or later of Power
  20. C to make use of this header file's #pragma library declaration.
  21.  
  22. The files LIBRARY.BAT and LIBRARY.MAK can be used, along with the
  23. MERGE utility from Mix Software, to automatically create function
  24. libraries.
  25.  
  26. Chuck Steenburgh
  27. 72330,1776
  28. Power C Users Group
  29. IBMPRO
  30.