home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / ilink40.zip / readme.txt < prev   
Text File  |  2000-05-11  |  3KB  |  63 lines

  1. This is a copy of the development level of ILINK as of 9 July 1997.
  2. This version of ILINK has a number of enhancements above and beyond the
  3. version that ships with VisualAge C++ for OS/2 v3.0.  In particular, it
  4. has removed many of the limits that were present in the previous version
  5. of ILINK.
  6.  
  7. Please be aware that this is beta-level code and should not be used to
  8. develop mission-critical applications.  While we are interested in hearing
  9. about any problems that may exist in this code, we make no promise that
  10. any bugs will ever be fixed, or indeed, that there will be any further
  11. versions of this code made available.
  12.  
  13. The following files comprise this package:
  14.  
  15.   bin\ilink.exe         linker
  16.   bin\ilib.exe          librarian (also performs IMPLIB functions)
  17.   bin\dllrname.exe      DLL renaming tool
  18.   bin\lnkods30.exe      default stub
  19.   bin\lnkovs30.exe      VDM stub
  20.   bin\msgbind.exe       message binding tool
  21.   bin\rc.exe            resource compiler
  22.   dll\cpplh440.dll      linker debug packing
  23.   help\cppllm40.msg     linker messages
  24.   help\cpplbm40.msg     librarian messages
  25.   help\cppldm40.msg     DLLRNAME messages
  26.   help\cpport40.msg     run-time messages
  27.  
  28. Here are the changes made to the tools in this package since VAC++ v3.0:
  29.  
  30.  1/ ILINK V4 produces executables with fixups placed near the end
  31.     of the file.  There are bugs in the current versions of MC and MSGBIND
  32.     that show up with this ordering.  New versions are available which
  33.     work properly.
  34.  2/ ILINK V4, by default, produces debug info in a separate file.
  35.     As a temporary measure, the debug info can be placed in the executable
  36.     file by the option "/DEBUG:none".  However, /DBGPACK will be ignored.
  37.  3/ ILIB now uses a free-format cmd line by default.  If you want the
  38.     old format as default: "set ilib=/nofree".
  39.  4/ ILIB can (should) now be used to generate import libraries instead of
  40.     using IMPLIB.
  41.  5/ Enhancements to the EXEPACK:2 compression algorithm.
  42.  6/ -align:16 is now the default.
  43.  7/ Sometimes produced iterated pages when not optimal.
  44.  8/ Internal-fixups-applied bit was not set properly in LX header.
  45.  9/ Bad line number info with ROBASE.
  46. 10/ ILINK will automatically attempt to minimize the number of segments
  47.     produced by re-ordering sections with like-attributes.
  48. 11/ Constant data sections are placed at the end of the code sgement,
  49.     unless -nopackcode or -nopackdata is specified.
  50. 12/ ILINK will put section _MSGSEG32 at the beginning of the code
  51.     segment unless the code segment approaches 64K in length.  In that
  52.     case, _MSGSEG32 is placed alone in the first code segment, with
  53.     other code sections in a second code segment.
  54. 13/ LX Entry table was sometimes not terminated properly --> loader hang.
  55. 14/ Export __CONST32_RO at the beginning of the constant section(s).
  56. 15/ Version number changed to 4 and DLLs renamed.
  57. 16/ Generate a warning for dll names longer than 8 characters (Warp4 limit).
  58. 17/ Add -stub and -nostub options.  -nostub is the default for non-EXEs.
  59. 18/ Some long-standing bugs with debug packing have been fixed.  The
  60.     debugger could not evaluate some expressions.
  61. 19/ Add -segorder & -nosegorder
  62.  
  63.