[fpc-pascal]DOS 1.9.4
Michael Van Canneyt
michael.vancanneyt at wisa.be
Wed Jun 9 12:51:07 CEST 2004
On Wed, 9 Jun 2004, Tomas Hajny wrote:
> Subject: [fpc-pascal]DOS 1.9.4
> From: Lubomir.Cabla at cssz.cz
> Date: Wed, June 9, 2004 10:19
> To: fpc-pascal at lists.freepascal.org
>
>
> > 1. HTML page http://www.freepascal.org/down2-go32-i386.html
> > doesn't exists.
>
> Thanks for reporting it, we'll correct it.
>
>
> > 2. In x:\pp\examples\pasjpeg\ i tried to compile demo.pas,
> > but the units TEST.PAS and EXAMPLE.PAS are missing. I downloaded
> > these files, but during compilation i got error "Can't find unit
> > jdapistd"
> > even these compiled files are in
> > x:\pp\units\go32v2\pasjpeg\jdapistd.*. This happen only in DOS window
> > under Windows 2003, under pure DOS compiler found this unit jdapistd,
> > but despite this program doesn't work. Maybe i have a false version
> > of test/example.pas files.
>
> There are (at least) two problems there:
>
> 1) /packages/base/pasjpeg/Makefile.fpc should be changed by appending "
> test examples" to the end of line 17 ("examples=...").
>
> 2) examples.pas cannot be compiled in default mode as it is now (it needs
> -Sd for successful compilation). We should change it to the default syntax
> (missing '@' on line 351 in example.pas).
No, we should add {$mode delphi}, because other features of delphi are
needed.
Michael.
More information about the fpc-pascal
mailing list