[net.micro.mac] TML Question...

harrow@exodus.dec.com (Jeff Harrow, NCSE LKG1-3/F16 DTN=226-7445) (07/15/86)

(Couldn't answer by MAIL, so here's the answer.)

Andy,

I suspect one of three problems:

o You  must  edit the .ipas files which contain references to the 
glue routines, and fix up THOSE path names, as well.  This is not 
necessary in ALL the  .ipas files, just a few, but you'll have to 
look at all of them  to  find  out  which ones (I think there are 
only 7 or so, so no big deal).

If you don't edit those routines,  it  WOULD  abort  during  LINK 
since  the  linker  would  be unable to  find  the  "glue"  files 
specified by the .ipas files (the path-spec will  be wrong in the 
linker-command file automatically created by the compiler).

o The second thing which comes to mind is that if you HAVE edited 
all  of  the  .ipas files, have you utilized single-quotes around 
the entire path spec (in all path-spec cases...)?

o  The  last  possibility  is that you haven't edited the Include 
file path-spec  WITHIN the demo .PAS files themselves.  Make sure 
that they also point to the place where the .ipas files reside.

This is kind  of  a  pain,  but  once  done, all works well on my 
512K/64K ROM/System 3.2/Finder 5.3/HFS via HD20.

By the way, I  spoke  to  Tom  at  TML  about  this kludge and he 
indicated that the next version  (2.0)  should  have "couth" path 
spec-ing so all of this editing isn't necessary.

Hope this helps!

Jeff