home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 26 / CD_ASCQ_26_1295.iso / vrac / ygrep403.zip / BORLAND.TXT < prev    next >
Text File  |  1995-02-03  |  2KB  |  38 lines

  1. For the Windows programmer using Borland Tools
  2.  
  3.  
  4. For the users of a Power Engine (YGrep Search Engine or BitList Engine),
  5. it is important to notice that when used with a Borland development
  6. tool, the DLL interface library YGREP.LIB (resp. BITLIST.LIB) must be
  7. replaced with the provided file YGREPB.LIB (resp. BITLISTB.LIB).
  8.  
  9. If the BORLAND.LIB file is not available, it can be rebuilt using the
  10. IMPLIB.EXE provided with your Borland compiler. The syntax should be:
  11.  
  12. IMPLIB -i -c YGREPB.LIB YGREP.DLL    (to build the interface for the
  13.                     YGrep Search Engine).
  14. IMPLIB -i -c BITLISTB.LIB BITLIST.DLL    (to build the interface for the
  15.                     BitList Engine).
  16.  
  17. This implies that some of the examples of program linking (which use the
  18. YGREP.LIB - resp. BITLIST.LIB - should be modified accordingly to use
  19. YGREPB.LIB - resp. BITLISTB.LIB).
  20.  
  21.  
  22. ------------------------------------------------------------------------------
  23.  
  24. For the MS-DOS programmer using Borland Tools
  25.  
  26.  
  27. The Power Engines were primarily built to be used with Microsoft
  28. development tools. However, Borland-based users can exploit the Power
  29. Engines, too. They only have to remember to use the appropriate
  30. libraries. All libraries whose name is ending with B.LIB (like
  31. YGREPB.LIB or SBITB.LIB) are designed to be used with the Borland tools.
  32. The other libraries (e.g. YGREP.LIB or SBIT.LIB) are designed to be
  33. explited with Microsoft tools.
  34.  
  35. This implies that some of the examples of program linking (which use the
  36. SYGREP.LIB - resp. SBITLST.LIB - should be modified accordingly to use
  37. SYGREPB.LIB - resp. SBITLSTB.LIB).
  38.