Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!elroy.jpl.nasa.gov!sdd.hp.com!zaphod.mps.ohio-state.edu!uwm.edu!psuvax1!psuvm!auvm!cader From: CADER@auvm.auvm.edu Newsgroups: comp.sys.mac.programmer Subject: Segment size-is it still 32K? Message-ID: <91031.210553CADER@auvm.auvm.edu> Date: 1 Feb 91 02:05:53 GMT Organization: The American University - University Computing Center Lines: 9 A fairly strange thing happened to me recently. Cognizant of the segment loader restrictions of 32K, I accidently made an application which had a segment size of 52K. It ran on a IIfx, but died on a II ci. So what't the deal? The seg loader should have croaked with a code res that large on any Mac. The final program was about 100K (obj). Now that I have modularised it, it works fine, but the question still stands (re: IIfx).BTW, that was under Think Pas v3.0 using their runtime, and other common libs.