Path: utzoo!attcan!uunet!lll-winken!lll-tis!helios.ee.lbl.gov!pasteur!agate!violet.berkeley.edu!swillett
From: swillett@violet.berkeley.edu
Newsgroups: comp.lang.pascal
Subject: Re: I have the source code (Turbo Pascal v. 3 problem)
Message-ID: <11756@agate.BERKELEY.EDU>
Date: 7 Jul 88 15:04:47 GMT
References: <432@hvrunix.UUCP>
Sender: usenet@agate.BERKELEY.EDU
Organization: University of California, Berkeley
Lines: 7

Sounds like you have not set the compile sizes appropriately.  To chain
between programs under TP v. 3.0 you need to compile the different
programs with the same code and data segment sizes.  This is mentioned
in the documentation.  You should compile the two (or more) programs and   
and record the code and data segment sizes for each.  Then recompile
the smaller ones, but first use the compiler (O)ptions menu to set
the minimum code and data segment sizes to be at least as large as the
largest program.  That should do it.