Problems reading from files in the Classic environment

2003-10-23 Thread tsj
I came across the situation recently where I developed an app under OS X that was destined for delivery under OS 9. Its core functionality is to read and display a series of html files. To ensure interoperability, the path to these files is constructed using the apps filename, environment and p

Re: Problems reading from files in the Classic environment

2003-10-23 Thread lists
> I came across the situation recently where I developed an app under OS > X that was destined for delivery under OS 9. Its core > functionality is to read and display a series of html files. To > ensure interoperability, the path to these files is constructed using > the apps filename, environmen

Re: Problems reading from files in the Classic environment

2003-10-23 Thread Terry Judd
> The app works fine when running under OS X and OS 9 but fails when running in the Classic environment. When I say fails, it starts up OK, it's just that it doesn't actually read any data from the requested files. Thinking that it was a path issue, I queried the existence of the files at the

Re: Problems reading from files in the Classic environment

2003-10-24 Thread Jan Decroos
[EMAIL PROTECTED] writes: >I came across the situation recently where I developed an app under >OS X that was destined for delivery under OS 9. Its core >functionality is to read and display a series of html files. To >ensure interoperability, the path to these files is constructed using >the a

Re: Problems reading from files in the Classic environment

2003-10-24 Thread Martin Baxter
I'm doing "get url" file access all the time under MacOS 8.6 and 7.6 without any problems. But I haven't yet upgraded to rev 2.1 and I'm still using 2.0.3 What version of rev are you using ? When you say Classic -I guess you mean 68k MacOS ? I've found there are significant differences there betw