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

  1. Path: sparky!uunet!pageworks.com!world!eff!sol.ctr.columbia.edu!spool.mu.edu!agate!stanford.edu!apple!applelink.apple.com
  2. From: DIGIMATCH@AppleLink.Apple.COM (3M, Ran Bedekar,PRT)
  3. Newsgroups: comp.sys.mac.oop.macapp3
  4. Subject: Re2: Segment woes
  5. Message-ID: <728062612.5335003@AppleLink.Apple.COM>
  6. Date: 26 Jan 93 15:16:00 GMT
  7. Sender: daemon@Apple.COM
  8. Organization: AppleLink Gateway
  9. Lines: 19
  10.  
  11. Mike,
  12.  
  13. I took a look at one of my applications and discovered that when built in debug
  14. mode the %_MethTables segment is about 33K (using -model near).  I haven't
  15. experienced any problems building or running my app.  Have I somehow been lucky
  16. and not needed the stuff beyond 32K, or is this not really a problem?
  17.  
  18. Thanks,
  19. Nick Nallick
  20.  
  21. P.S.  When I built my program using -model far it crashed immediately.
  22.  
  23. ----------------------------------------------------------------------------
  24. It could be that the segment that contains all the PascalObject method
  25. dispatching info (the %_MethTables segment) has grown beyond 32K.  You might
  26. check your last successful build with ResEdit to see if this segment is almost
  27. 32K.  If this is the case, you probably have no choice but to turn on Model
  28. Far.
  29.  
  30.