View Single Post
  #166  
Old 10-06-2010, 07:27 AM
MickJT MickJT is offline
Junior Member
 
Join Date: Jul 2010
Posts: 20
MickJT is on a distinguished road
Default

Re: How to use iView (ABC Australia) downloaders


I typed it in manually on the command line. The exact same line you pasted, for Hostworks. but with a different token. It used to work. Next i'm going to try calculating the hash manually again and see what happens.

Edit: I think I know what's happening. I forgot to link it with a library that gives the program unix-path compatibility, so it tries to save ./.swfinfo but can't (./ is not a valid Amiga-style directory path) . .swfinfo I believe is still read, even if it has just downloaded and calculated the hash itself when .swfinfo doesn't exist. I.E It makes .swfinfo, then immediately reads it. .. or so i'm guessing, because i've tried my iView script on OS3 (68k machine) and it works like clockwork. The only difference is the unix style path compatibility layer which i'm guessing is making it work.

Last edited by MickJT : 10-06-2010 at 09:19 AM.
Reply With Quote