home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / sys / mac / programm / 22362 < prev    next >
Encoding:
Text File  |  1993-01-28  |  803 b   |  17 lines

  1. Newsgroups: comp.sys.mac.programmer
  2. Path: sparky!uunet!pageworks.com!world!eff!sol.ctr.columbia.edu!howland.reston.ans.net!spool.mu.edu!agate!ames!eos!aio!mark@pokey.jsc.nasa.gov
  3. From: mark@pokey.jsc.nasa.gov (Mark Manning)
  4. Subject: Re:  Programming with MPW (Help !!)
  5. Message-ID: <1993Jan28.170345.5622@aio.jsc.nasa.gov>
  6. Sender: news@aio.jsc.nasa.gov (USENET News System)
  7. Organization: NASA
  8. References: <9301280708.AA22068@top.magnus.acs.ohio-state.edu>
  9. Date: Thu, 28 Jan 1993 17:03:45 GMT
  10. Lines: 5
  11.  
  12. The problem deals with the internal pointers and their having to
  13. exceed the sixteen bit boundaries (ie: x > 32767).  Use the option
  14. which makes all of your pointers be long words and this will go
  15. away.  Of course, then you will be using only thirty-two bit
  16. pointers, but the extra code is worth it. :)
  17.