[comp.sys.mac.programmer] Another THINK C wish/bug list

lim@iris.ucdavis.edu (Lloyd Lim) (09/22/90)

Yes, here's another THINK C wish/bug list.  I've accumulating some minor bugs
over time.

First, the wishes:

1)  MacApp compatibility.  Is that a big enough one?  :-)

2)  Ability to unlock some or all code resources (except 0 and 1, of course).

3)  Ability to set shared bit in Finder flags for an application.

4)  Ability to set both the preferred and minimum memory sizes in the
	 MultiFinder SIZE resource.  Currently, the same number is used for both.

Next, the bugs (mostly case problems):

DeviceMgr.h:
  deactiveDev should be deActivDev

OSUtil.h
  curSysEnvVers should be 2, not 1

SANE.h
  extended, extended80, extended96, x80tox96, and x96tox80 are all capitalized
  wrong (at least, in comparison to the Tech Notes)
  x80tox96 and x96tox80 are called differently than in the Tech Notes - this
  is ok, except that I couldn't find any mention of the difference anywhere

SetUpA4.h
  prototypes aren't included for __GetA4 and UnloadA4Seg

ToolboxUtil.h
  FixAtan2 should be FixATan2

Maybe I'm picky, but I refer to IM and the Tech Notes a lot and I expect
things to be the same.  Each time I get hit with a problem, I patch my headers.
This is what is still unfixed after 4.0.2.

+++
Lloyd Lim     Internet: lim@iris.ucdavis.edu (128.120.57.20)
              Compuserve: 72647,660
              US Mail: 146 Lysle Leach Hall, U.C. Davis, Davis, CA 95616