Quote:
Originally Posted by itimpi
I then renamed the .epub file to a .zip file and tried to unzip it. I got an error message about being unable to create the 'aux' folder. I could not see any reason for this, but I guess it is at the root of the viewing problem.
|
Well, AUX (as well as CON and PRN) are 'historic' device names in DOS, so I'd expect that for some reason or other, the unpacking code's failing for some reason involved with that - maybe it's something like trying to see if 'aux' exists, whereas it should be checking for something like './aux', but I'm just guessing, as I've not done any Win16/Win32 coding for many years.