home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / compress / 3040 < prev    next >
Encoding:
Text File  |  1992-08-19  |  1.2 KB  |  37 lines

  1. Newsgroups: comp.compression
  2. Path: sparky!uunet!caen!sol.ctr.columbia.edu!nuntius
  3. From: Giovanni Resta <resta@iei.pi.cnr.it>
  4. Subject: Help on the LZRW family
  5. Organization: IEI-CNR Pisa (Italy)
  6. Message-ID: <1992Aug19.102109.5401@ctr.columbia.edu>
  7. Sender: news@ctr.columbia.edu (The Daily Lose)
  8. X-Useragent: Nuntius v1.1
  9. Date: Wed, 19 Aug 1992 10:21:09 GMT
  10. X-Posted-From: mac-resta.iei.pi.cnr.it
  11. X-Posted-Through: sol.ctr.columbia.edu
  12. Lines: 23
  13.  
  14. Hi,
  15. I have runned the LZRW3-A program (cited in the FAQ) on a Mac, with
  16. a main() doing only a compression and a decompression, in memory,
  17. and testing if the final size of the 
  18. compressed-then-decompressed file was OK. To have a portable code
  19. I did not use the 68000's fast_copy routine.
  20. The program worked.
  21.  
  22. Then I tried to run it on a MSDOS machine, same code, same main(),
  23. changing just a little the file port.h.
  24.  
  25. The program does not work: the size of the 
  26. compressed-then-decompressed file is different from the original size!!
  27.  
  28. Has anybody experienced something similar (and know why) ? 
  29. Has anybody a MSDOS-working version of LZRW3 or LZRW3-A, together with
  30. the appropriate *.h files and a mini-example of procedure calls?
  31.  
  32. If ANSWER=YES please let me know or send me the files at
  33. Giovanni Resta 
  34. resta@iei.pi.cnr.it
  35.  
  36. Thanks!
  37.