TIP: Click on subject to list as thread! ANSI
echo: delphi
to: ALL
from: BRYAN SMITH
date: 1997-11-11 17:17:00
subject: Delphi as Pascal

Sometimes you may want to run some of your old Pascal code as a "pure
Pascal" program. In Delphi 1, this is easy.  Start a new project, remove
form1/unit1 from the project, and edit the .DPR file to look something like
the following ...
program Pascal;
uses
  WinCrt;
{$R *.RES}
var
  j : integer ;
begin
  for j := 1 to 10 do writeln(j:2,' * ',j:2,' = ',j*j:3) ;
end.
My problem is that this does not work with Delphi 3 - you get the error
message "File not Found, WinCrt.dcu". Does anybody know what happened to the
WinCrt unit in Delphi 3 ?
--- PPoint 2.00
---------------
* Origin: Kingston, Canada (1:249/109.11)

SOURCE: echomail via exec-pc

Email questions or comments to sysop@ipingthereforeiam.com
All parts of this website painstakingly hand-crafted in the U.S.A.!
IPTIA BBS/MUD/Terminal/Game Server List, © 2025 IPTIA Consulting™.