OS X 10.3.6
This code makes a window area in center of screen, and prints in that area. The new window is filled with characters when DELLINE is used. Any hints?
program TestCRT;
uses
CRT;
var
f : text;
procedure win( s : string );
begin
Window( 1, 3, ScreenWidth, ScreenHeight - 2 );
OS X 10.3.6
This code makes a window area in center of screen, and prints in that area. The new window is filled with characters when DELLINE is used. Any hints?
program TestCRT;
uses
CRT;
var
f : text;
procedure win( s : string );
begin
Window( 1, 3, ScreenWidth, ScreenHeight - 2 );
Saw you post on on the FreePascal site and thought I would mention
that there already is a site that is geared towards Pascal Game
Development it is called http://www.DelphiGamer.com ( soon to be renamed
www.pgd.org ) and has recently been re-launched due to a merger and
covers all aspects of