home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / sys / mac / oop / macapp3 / 569 < prev    next >
Encoding:
Internet Message Format  |  1993-01-21  |  967 b 

  1. Path: sparky!uunet!elroy.jpl.nasa.gov!ames!agate!eos!data.nas.nasa.gov!taligent!apple!applelink.apple.com
  2. From: FRED.FORSMAN@AppleLink.Apple.COM (Forsman, Fred)
  3. Newsgroups: comp.sys.mac.oop.macapp3
  4. Subject: Re: Segment woes
  5. Message-ID: <727653006.4696670@AppleLink.Apple.COM>
  6. Date: 21 Jan 93 21:30:00 GMT
  7. Sender: daemon@Apple.COM
  8. Organization: AppleLink Gateway
  9. Lines: 13
  10.  
  11. Peter,
  12.   Mike Lockwood's suggestion (in his "Re: Segment woes" link) could be the
  13. source of your problem.  A simpler problem is that one of your segments has
  14. simply gotten so big that one of its entry points (.READFROM according to the
  15. linker error message) is more than 32K from the beginning of the segment, and
  16. thus can't be represented in the jump table.  Going to model far would solve
  17. the problem, but may be overkill.  If you can move some of the stuff you have
  18. in the segment which is too big to another (or new) segment, your problem will
  19. go away.
  20.  
  21. Fred Forsman
  22. Apple Computer Inc.
  23.  
  24.