home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / pc / linux / extra / docs / maillist / text / archive.94 / text0211.txt < prev    next >
Encoding:
Text File  |  1996-04-02  |  2.4 KB  |  46 lines

  1.     
  2.     >Hiya alls - i've dl's (ok, ftp'd :) a couple of files off of
  3.     >the net to try  to use with executor.  For somee of these, I
  4.     >need to use the binHex4.0 converter  in Compact pro, in others,
  5.     >I need to use the binHex5.0 that's included  with exectutor.
  6.     >Occasionally, I'll get a file that I would de hex  with binHex
  7.     >4.0, and I would get a .sit file - however, unstuffit refuses 
  8.  
  9.     >to see this file!  Any ideas here?  Perhaps I should try to
  10.     >use binHex  5.0 on the file?  (though, if 5.0 doesn't like the
  11.     >file - it hangs the  emulator). BTW  - this is executor running
  12.     >under linux (I'm still stuck in demo mode - since  i can't
  13.     >register till next week sometime - would that be part of the
  14.     >problem?).
  15.  
  16. I don't completely follow what the problem is here, but here is some  
  17. data that may or may not be relevant: Some programs that can process  
  18. binhex files are very sensitive to line ending characters.  The binhex  
  19. 4.0 file format may be a 'text only' format, but some get upset if they  
  20. find line-feeds or carriage-return-line-feeds at the end of the data  
  21. lines.  They only want carriage-returns.  thus, if you ftp the files as  
  22. text only files to, say, a unix or dos box, and then try to run them  
  23. through some of these converters, you'll get CRC errors or other  
  24. ailments.
  25. Binhex 5.0's format is, of course, a binary one, so one should never try  
  26. to transfer it as anything but.
  27. Another thing to do is make sure the binhex 4.0 file looks like a  
  28. reasonable binhex file.  As I recall, every line is the same length, and  
  29. the first starts with a colon and the last (which may be incomplete)  
  30. ends with a colon.  Most things I've seen that deal with binhex files  
  31. don't care what comes before that first line with a colon (so long as  
  32. none of those lines start with a colon, themselves)
  33. As for Stuffit not recognizing the file, does this mean that it doesn't  
  34. show up in its 'open file' dialog'?  or it shows up, you open it, and it  
  35. reports an error then?  This is an important distinction.  If the former  
  36. is the problem, it sounds like the 'creator' and 'type' of the file are  
  37. not set properly.  If you're using the de-binhex-ifyer in compactor,  
  38. does it put up any info about what type and creator it is creating in  
  39. the new file?  I know the binhex 4 app does, and it's a useful sanity  
  40. check, but I am not familiar with thecompactor one.
  41.  
  42. I hope this doesn't confuse things more than they are.
  43.  
  44. david john
  45.  
  46.