[comp.sys.amiga] More on a resource standard

dillon@CORY.BERKELEY.EDU (Matt Dillon) (05/02/87)

	Michael Robinson brought up a good point... what happens if you want
to change a font name to something larger than it currently is?  Hmmm.. 
Something I didn't think of.  The only answer I can think of is for the
resource manager to extend the executable with another hunk to contain the
storage for the longer string.

	There are a couple of finer points... even the most intelligent
resource manager couldn't get all of it's information from a #include file...
it could get most of it, but then there are some structures which simply
have 'APTR' declared entries which can point to more then one type of 
other structure.  

				-Matt