[fpc-pascal]Re: working with bitmaps
Marco van de Voort
marcov at stack.nl
Mon Oct 20 16:34:20 CEST 2003
> There are some procedures assigned, find the lines with "Wrong amount of
> parameters" and change them to as follows:
>
> something:=something;
>
> change to
>
> something:=@something;
Or use -Sd or -So.
I tried pasjpg11 and it compiled fine with one of these parameters with
1.0.10.
On FreeBSD (Unix) I also had to add -Sg, but that could be my setup file.
(FPC 1.1)
More information about the fpc-pascal
mailing list