home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 32 / hot34.iso / ficheros / LPAS / YG604W95.ZIP / WATCOM.TXT < prev    next >
Text File  |  1996-10-06  |  866b  |  20 lines

  1. For the Windows programmer using Watcom 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 Watcom development
  6. tool, the DLL interface library YGREP.LIB (resp. BITLIST.LIB) must be
  7. replaced with the provided file YGREPW.LIB (resp. BITLISTW.LIB).
  8.  
  9. If the .LIB file is not available, it can be rebuilt using the
  10. WLIB.EXE provided with your Watcom compiler. The syntax should be:
  11.  
  12. WLIB YGREPW.LIB YGREP.DLL    (to build the interface for the
  13.                     YGrep Search Engine).
  14. WLIB BITLISTW.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. YGREPW.LIB - resp. BITLISTW.LIB).
  20.