Newsgroups: comp.lang.apl
Path: watmath!watserv1!utgpu!news-server.csri.toronto.edu!torsqnt!jtsv16!itcyyz!yrloc!hui
From: hui@yrloc.ipsa.reuter.COM (Roger Hui)
Subject: Re: LinkJ in Turbo C
Message-ID: <1991Nov7.053833.18841@yrloc.ipsa.reuter.COM>
Organization: Iverson Software Inc.
References: <1991Nov2.081315.17901@latcs1.lat.oz.au>
Date: Thu, 7 Nov 91 05:38:33 GMT

Re: Problems with LinkJ under Turbo C++.

I have only tried LinkJ with Turbo C, and can not make any claims
about Turbo C++.  Possibly, the fact that you asked for the "compact"
memory model is preventing it from working.  The object modules in
LinkJ were compiled under the "large" memory model.
 
The relevant Turbo C options that I used are as follows:
 
Compiler                                   Linker
 
Model                      Large           Map file                Off
Code Generation                            Initialize Segments     Off
  Instruction Set          8088/8086       Default Libraries       On
  Floating Point           Emulation       Graphics Library        Off
  Default Char Type        Signed          Warn Duplicate Symbols  On
  Alignment                Byte            Stack Warning           On
  Generate Underbars       On              Case Sensitive Link     Off
  Merge Duplicate Strings  On
  Standard Stack Frame     Off
  Test Stack Overflow      Off
  Line #                   Off
  Object Debug Info        Off

--------------------------------
Roger Hui, Iverson Software Inc., 33 Major Street, Toronto, Ontario  M5S 2K9
(416) 925 6096; Fax: (416) 488 7559
