Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!samsung!sol.ctr.columbia.edu!emory!athena.cs.uga.edu!mcovingt From: mcovingt@athena.cs.uga.edu (Michael A. Covington) Newsgroups: comp.windows.ms.programmer Subject: Re: Tpascal for Windows; info please Message-ID: <1991Mar24.175518.17138@athena.cs.uga.edu> Date: 24 Mar 91 17:55:18 GMT References: <1991Mar24.062229.10645@hub.cs.jmu.edu> Distribution: comp Organization: University of Georgia, Athens Lines: 17 PC Week has had a preliminary review. Basically, you have 3 ways to generate WinApps: (1) Use the Windows API, all of which is there. (2) Use Turbo's own object-oriented programming system, which is an outgrowth of the object-oriented user interfaces in Turbo Pascal 6.0. This is, for most purposes, much more concise and equally powerful. (3) You can even use writeln, readln, etc., to do a textual interaction in a window. (I.e., use a window like the screen of an ordinary computer.) This is very concise but not very Windows-ish. You can combine this with Windows API calls, or just take a straight Pascal program and run it. -- ------------------------------------------------------- Michael A. Covington | Artificial Intelligence Programs The University of Georgia | Athens, GA 30602 U.S.A. -------------------------------------------------------