home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 32 / hot34.iso / ficheros / LPAS / YG604W95.ZIP / BORLAND.TXT < prev    next >
Text File  |  1997-03-05  |  942b  |  21 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 .LIB file is not available, it can be rebuilt using the
  10. IMPDEF.EXE provided with your Borland compiler. The syntax should be:
  11.  
  12. IMPDEF YGREPB.DEF YGREP.DLL   (to build the interface for the
  13. IMPLIB YGREPB.LIB YGREPB.DEF     YGrep Search Engine).
  14.  
  15. IMPDEF BITLISTB.DEF BITLIST.DLL   (to build the interface for the
  16. IMPLIB BITLISTB.LIB BITLISTB.DEF     BitList Engine).
  17.  
  18. This implies that some of the examples of program linking (which use the
  19. YGREP.LIB - resp. BITLIST.LIB - should be modified accordingly to use
  20. YGREPB.LIB - resp. BITLISTB.LIB).
  21.