home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 31 / CDASC_31_1996_juillet_aout.iso / vrac / yg407w95.zip / OTHERS / MAKE_LIB.TXT next >
Text File  |  1996-05-08  |  1KB  |  24 lines

  1. Building the *.LIB interface file   8th May 1996    (C) Yves Roumazeilles
  2. ─────────────────────────────────────────────────────────────────────────
  3.  
  4. Most developpers may wonder where the *.LIB file is for this YGrep
  5. Search Engine. Others may have found the YGREP32.LIB file and wonder why
  6. it does not work with their Borland or other compiler.
  7.  
  8. The *.LIB file is not needed. Only declare the appropriate IMPORTs in
  9. the *.DEF file of your application. Anyhow, for the various possible
  10. users, here are a few informations you can exploit usefully (I hope).
  11.  
  12. MSC 7.x        use IMPLIB YGREP.DLL in order to build a YGREP.LIB
  13.         file for your compiler.
  14. Visual C++ 2.x    use IMPLIB YGREP32.DLL in order to build a YGREP32.LIB
  15.         file for your compiler.
  16. Visual C++ 4.x    the LIB file is OK for you.
  17. Borland C++ v4.xx
  18.         use IMPLIB YGREP32.DLL in order to build a YGREP32.LIB
  19.         file for your compiler.
  20. Visual Basic 4.0
  21.         use YGrep32.Bas interface file.
  22. Turbo Pascal and Delphi
  23.         use YGrep32.Pas interface file (still in beta status).
  24.