[fpc-devel] GO32V2 Graph Bug?

Steve S.Bromley at comcast.net
Sun Sep 10 20:44:09 CEST 2006


I downloaded FP not long ago and have been trying to shift over and add some
things a Borland Pascal program that controls stepper motors for a cnc
machine (needs Dos for critical timing of motor pulses). I looked in the
list of bugs that were being worked on and didn't see a Graph bug listed for
the DOS GO32V2 ver of FreePascal. Basically any program I try to run that
has Graph in it gets a 216 error. 3 different computers, 2 with Win 98 in
Dos mode, one with Dos, all with video cards that support vesa and can run
the Borland program with Borlands Graph and Vesa16.bgi. Is this a bug or me
doing something wrong?


Works:

{    This file is part of the Free Pascal run time library.
    Copyright (c) 1993-98 by the Free Pascal Development Team
 **********************************************************************}
program hello;
  begin
     writeln('Hello world');
  end.

Does not work:

{    This file is part of the Free Pascal run time library.
    Copyright (c) 1993-98 by the Free Pascal Development Team
 **********************************************************************}
program hello;
uses Graph;
  begin
     writeln('Hello world');
  end.







More information about the fpc-devel mailing list