From owner-freebsd-questions Fri Jun 28 11:23:52 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA19755 for questions-outgoing; Fri, 28 Jun 1996 11:23:52 -0700 (PDT) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id LAA19748 for ; Fri, 28 Jun 1996 11:23:49 -0700 (PDT) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id LAA08184; Fri, 28 Jun 1996 11:21:53 -0700 From: Terry Lambert Message-Id: <199606281821.LAA08184@phaeton.artisoft.com> Subject: Re: [Q] Can I run SCO binaries on FreeBSD-2.1.0? To: gclarkii@main.gbdata.com (Gary Clark II) Date: Fri, 28 Jun 1996 11:21:53 -0700 (MST) Cc: terry@lambert.org, geoid@ktnet.co.kr, questions@FreeBSD.ORG In-Reply-To: <199606280858.DAA04069@main.gbdata.com> from "Gary Clark II" at Jun 28, 96 03:58:35 am X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > > I want to run FoxBase for SCO on FreeBSD-2.1.0. > > > > > > Is it possible? and How can I do? > > > > FoxBase for SCO UNIX (an IBCS2 binary, preferrably statically linked), > > yes. > > Yes, the binary itself runs (This was one of the test bins that I was using > when the NEW IBCS2 emulator was being tested.) However, there is a problem > somewhere with character sets...:( It just will not come out right even with > a wyse-50 terminal like it should. You installed *their* termcap, as required? You set *their* environment variable? If it thinks it's a Wyse-60, it will expec scan-code mode. If it thinks it's an SCO console, it will expect scan code mode an support of the "ESC [ 10 m", "ESC [ 11 m", and "ESC [ 12 m" SCO console extended character set selection (we partly support the second, but we don't support scan code mode at all). The Wyse-50 is naturally flakey because a real Wyse-50, like a real Televideo 925, which it is a superset of, does not support non-spacing attribute selection for other than field protection designation. The correct way to do "standout" in a default Wyse-50 termcap is to use "protect on/protect off", but *do NOT* enable protection, so it is just a display attribute. Then hit "shift-break" and set the protect attribute to "reverse field" instead of "dim". Fix your termcap appropriately. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.