[comp.lang.pascal] I have the source code

swillett@violet.berkeley.edu (07/07/88)

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.