home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / ilink108.zip / README.TXT < prev    next >
Text File  |  1998-07-19  |  920b  |  20 lines

  1. The ilink linker is being provided for customers who are unable to link
  2. to the 32-bit library db2gmf32.lib provided for linking MFCobol applications
  3. on UDB.  Customers who do not have ilink will receive the following error:
  4.  
  5. link386: fatal error 1104 <x>:\sqllib\lib\db2gmf32.lib: not a valid library
  6.  
  7. This is because MFCobol is trying to link in db2gmf32.lib with the link386
  8. linker.  Db2gmf32.lib is not compatible with link386 and must be linked
  9. with ilink.
  10. ----------------------------------------------------------------------------
  11. This zip file contains three files:
  12. ilink.exe, CPPOM30.DLL, and SOM.DLL.
  13.  
  14. Issue pkzip <file>.zip to unzip the files into a temporary directory.
  15. Place ilink.exe in the sqllib\bin directory, and the DLL's
  16. in the sqllib\dll directory.
  17.  
  18. Note that MF Cobol 4.0.20 (and up) is still the prerequisite for UDB, as
  19. anything below that level will not use the ilink linker.
  20.