home *** CD-ROM | disk | FTP | other *** search
/ ftp.rarlab.com / 2014.05.ftp.rarlab.com.tar / ftp.rarlab.com / rar / unrar_vms_vax-3.4.3.zip / readme.txt next >
Text File  |  2004-11-24  |  614b  |  26 lines

  1. Hello!
  2.  
  3. This is OpenVMS 7.2 VAX port regards to OpenVMS Alpha one.
  4. To compile it under VAX DEC C++ 5.6 I had to change many lines like
  5. for (int i;...;...)
  6.  
  7. to
  8.  
  9. int i;
  10.  
  11. for (i;....;)
  12.  
  13. I dont know why.
  14.  
  15. Also, gnv for VAX is buggy (?),
  16. cxx returns SYS$INPUT:BLABLA.OPT write error,
  17. and I create unrar.lib from objects, then
  18. use cxxlnk command to link it by hands.
  19. So, no any makefiles, command files yet.
  20.  
  21. Well, I get unrar.exe.
  22. This version can unpack *.rar, *.exe archives, include multivolume ones.
  23. Multivolume names must be converted from arch.part1.rar to arch.part1-rar,
  24. arch.part2.rar to arch.part2-rar, etc.
  25.  
  26.