home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / clipper / blinktl.zip / READ.ME < prev    next >
Text File  |  1993-05-25  |  1KB  |  28 lines

  1.         Automatically overlaying CA-Clipper Tools with BLINKER
  2.         ======================================================
  3.  
  4. THIS INFORMATIONS ARE PROVIDED WITHOUT ANY WARRANTIES!
  5.  
  6. Most of the networking functions of CA-Clipper Tools are dynamically
  7. overlayable with Blinker. The easiest way of taking advantage of this
  8. is to split the original CL.LIB library in two seperate libraries, one
  9. of them being automatically overlayable and one of them still having
  10. to be linked into the root. If you own a copy of a Borland library
  11. manager (TLIB.EXE) you can create this two libraries easily by using
  12. the batch file SPLIT_CT.BAT.
  13.  
  14. Copy the files SPLIT_CT.BAT, EXTRACT, BUILD and your CT.LIB library in
  15. a temporary directory and call SPLIT_CT from the DOS prompt. Be sure
  16. LIB.EXE is in your path setting. Running SPLIT_CT will create two new
  17. libraries: CTROOT.LIB and CTOVL.LIB. CTOVL.LIB contains all the functions
  18. that are automatically overlayable with Blinker. The original CT.LIB
  19. will not be touched.
  20.  
  21. The script file CA-CON.LNK for Blinker shows how to use the two
  22. libraries to create the CA-Clipper Tools sample CA-CON.EXE. The load
  23. size displayed by Blinker using CTROOT.LIB and CTOVL.LIB is 248 KB
  24. compared to 267 KB when using CT.LIB without any overlaying features.
  25.  
  26.  
  27. Have fun....
  28.