[fpc-pascal] (no subject)

2004-12-28 Thread Paul Davidson
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 );

[fpc-pascal] Odd CRT

2004-12-28 Thread Paul Davidson
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 );

[fpc-pascal] Freepascal Game Developers

2004-12-28 Thread Dominique Louis
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