[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Pascal
In article <68a2ec1b.0201201507.3fa71387@posting.google.com>,
Lazarus I. Long <me@lazilong.com> wrote:
> pausch@saaf.se (Paul Schlyter) wrote in message news:<a2ea69$8qk$1@merope.saaf.se>...
> > Do you have these files available too?
>
> the only thing in the #include "PasDiskLocSpec.h" is this:
>
> typedef RboShort Pas_BlockSpec;
Which raises the question what a Pas_BlockSpec is -- that too wasn't
define din the posted code.
> an RboShort is a reverse-byte-order unsigned 16 bit value
> (for macintosh it's reverse, on a PC, I don't think it's reverse)
:-) ...you've read Gulliver's Travels, and the war therein between
the Big Endians and the Little Endians?
> but in #include "FileSystemTypes.h" there's stuff about the data
> structures that reference the actual disk image, there's nothing in
> there about Pascal.
I was actually wondering about the definitions of the constants below:
typedef enum {
Pas_FileKind_UNTYPED,
Pas_FileKind_X_DISK,
Pas_FileKind_CODE,
Pas_FileKind_TEXT,
Pas_FileKind_INFO,
Pas_FileKind_DATA,
Pas_FileKind_GRAF,
Pas_FileKind_FOTO,
Pas_FileKind_SECURE_DIR,
Pas_FileKind_NUMTYPES
} Pas_FileKindType;
--
----------------------------------------------------------------
Paul Schlyter, Swedish Amateur Astronomer's Society (SAAF)
Grev Turegatan 40, S-114 38 Stockholm, SWEDEN
e-mail: pausch at saaf dot se
WWW: http://hem.passagen.se/pausch/index.html
http://home.tiscali.se/~pausch/
- Follow-Ups:
- Re: Pascal
- From: dempson@actrix.gen.nz (David Empson)
- References:
- Pascal
- From: left_the_scene <postmaster@nyc-strip-clubs.com>
- Re: Pascal
- From: me@lazilong.com (Lazarus I. Long)
- Re: Pascal
- From: pausch@saaf.se (Paul Schlyter)
- Re: Pascal
- From: me@lazilong.com (Lazarus I. Long)