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