Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!think!husc6!h-sc4!cherry From: cherry@h-sc4.harvard.edu (michael cherry) Newsgroups: net.micro.amiga Subject: Re: Dave Wecker vt100 emulator parts needed Message-ID: <197@husc6.HARVARD.EDU> Date: Thu, 28-Aug-86 21:04:43 EDT Article-I.D.: husc6.197 Posted: Thu Aug 28 21:04:43 1986 Date-Received: Thu, 28-Aug-86 23:51:13 EDT References: <663@sdcc12.UUCP> <321@ur-cvsvax.UUCP> Sender: news@husc6.HARVARD.EDU Reply-To: cherry@h-sc4.UUCP (michael cherry) Organization: Harvard Science Center Lines: 24 In article <321@ur-cvsvax.UUCP> jea@ur-cvsvax.UUCP (Joanne Albano) writes: >> Thanks to Dave Wecker for posting the sources to his vt100 emulator. > >I agree but has anyone *actually* succeeded in compiling this >code using Lattice? I get many warnings and errors including >an indication that theres a missing file in my system called >functions.h. I've compiled it was Lattice and received no error messages. Make sure you defined Lattice 1 and Manx 0 in vt100.h. There shouldn't be a call to functions.h. When I unshar'ed the posted source I was told window.c and another file were short by less than 10 characters. But this didn't effect the program. It works great! There did seem to be some missing code in remote.c, to get the keypad and arrow keys to work add "sendchar(27);" before the sendstring calls. Also some of the special graphics characters were not defined. See subroutine doalt in remote.c. I have tested this program out on a VMS system and found only the above problems. Thanks again to Dave Wecker et. al. for the source. Sure beats Online!. Mike Cherry cherry@h-sc4%harvard.harvard.edu