home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / os2 / misc / 28186 < prev    next >
Encoding:
Text File  |  1992-08-25  |  1.6 KB  |  39 lines

  1. Newsgroups: comp.os.os2.misc
  2. Path: sparky!uunet!mcsun!Germany.EU.net!math.fu-berlin.de!informatik.tu-muenchen.de!rommel
  3. From: rommel@Informatik.TU-Muenchen.DE (Kai-Uwe Rommel)
  4. Subject: Re: New INFO-ZIP Zip/Unzip trouble
  5. References: <1992Aug25.182713.9597@wam.umd.edu>
  6. Sender: news@Informatik.TU-Muenchen.DE (USENET Newssystem)
  7. Organization: Technische Universitaet Muenchen, Germany
  8. Date: Tue, 25 Aug 1992 22:12:13 GMT
  9. Message-ID: <1992Aug25.221213.21690@Informatik.TU-Muenchen.DE>
  10. Lines: 27
  11.  
  12. In article <1992Aug25.182713.9597@wam.umd.edu> jdowdal@wam.umd.edu (John Dowdal) writes:
  13. >The new v1.9 of Info-ZIP's ZIP on ftp-os2.nmsu.edu is supposed to
  14. >handle EAs attached to files.  It reports 'Message File Not Found'
  15. >if I zip a file with extended attributes and produces a trashed
  16. >temporary file instead of a .ZIP.  It works fine on files without EA's.
  17. >What does 'Message file not found mean' and how can I correct 
  18. >this problem?
  19.  
  20. It says that something went wrong. Apparently, the 32-bit executable I
  21. made available does not work correctly if more than one file processed
  22. has EA's.
  23.  
  24. I did main development and testing with emx+gcc but made the release
  25. with IBM C to avoid any trouble with emx.dll but unfortunately this
  26. created different trouble :-(
  27.  
  28. I'll track that down and replace the 32-bit executables. As a
  29. workaround, you can use the 16-bit zip executable under OS/2 2.0 too.
  30. It is not too much slower than the 32-bit one (unlike unzip).
  31.  
  32. Kai Uwe Rommel
  33.  
  34. /* Kai Uwe Rommel --- rommel@informatik.tu-muenchen.de */
  35.  
  36. DOS ... is still a real mode only non-reentrant interrupt
  37. handler, and always will be.                -Russell Williams
  38.  
  39.