Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!gem.mps.ohio-state.edu!ginosko!uunet!dino!ux1.cso.uiuc.edu!m.cs.uiuc.edu!wang From: wang@m.cs.uiuc.edu (Eric Wang) Newsgroups: comp.sys.ibm.pc Subject: Re: In search of "twindow.h" for Turbo C 2.0 Message-ID: <1989Oct10.050138.20772@ux1.cso.uiuc.edu> Date: 10 Oct 89 05:01:38 GMT References: <12832@s.ms.uky.edu> Sender: news@ux1.cso.uiuc.edu (News) Reply-To: wang@cs.uiuc.edu.UUCP (Eric Wang) Organization: University of Illinois, Dept. of Comp. Science, Urbana Lines: 25 In article <12832@s.ms.uky.edu> zachary@ms.uky.edu (Kevin Zachary) writes: >I was just wondering if anyone might have a copy of "twindow.h" or some >type of include file that sets up WINDOWs for use in Turbo C. Half of >the programs on our IBM PC/XT at work need this file for window defini- >tions, etc. and somewhere along the way that include file bit the dust. >(I even tried to find the erased file via Norton Utilities with no luck) Kevin, if this file is what I think it is, then it's not part of Turbo C. It sounds like it is part of Al Stevens' window package which is published in a book entitled "Memory-Resident Programs and Screen Control for Turbo C", give or take a few synonyms. Anyways, this book does provide complete source code for layered text windows, including pulldown menus, context-sensitive help, a rudimentary editor, and data entry, and it does make use of one master header file, which is called "twindow.h". I had the misfortune of using this window package to implement the user interface to a database, and my own humble opinion of it is that it was published in a book because it couldn't stand on its own merits as a piece of software. If your source code contains function calls like establish_window(), establish_field(), and data types like WINDOW and FIELD, then it might well be this window package. (Then again, this might describe half the windowing packages on the market.) If this rings any bells, send me e-mail and I'll try to dig up a copy of this header file and mail it to you. Eric Wang wang@cs.uiuc.edu