Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!usc!ucsd!ucsdhub!hp-sdd!hplabs!hpfcso!hpfcmgw!hpfcse!hpuecoa!uswmrg2!steve From: steve@uswmrg2.UUCP (Steve Martin) Newsgroups: comp.sys.mac Subject: Re: Mac 32K segmentation and program porting. Message-ID: <90003@uswmrg2.UUCP> Date: 30 Nov 89 16:55:12 GMT References: <2627@aecom.yu.edu> Organization: US WEST Marketing Resources Group Lines: 14 > Apparently, the Macintosh operating system limits code segments to 32K. > I've heard of segment complaints with the Intel architecture, but in that > case it is the compiler's worry, not mine. The THINK C documentation is > extremely unenlightening in how to get around this. > What is the easiest way to split a program so that all the code segments > are acceptable to the Macintosh. If you are using Think C just drag one of your modules in the project window down and it will be placed in a new segment. Voila'! This is all described in the Think C 4.0 manual on pages 72-74. But it works the same in Version 3.0. ==>Steve