[fpc-pascal]Re: working with bitmaps
Pavel Kanzelsberger
pavel.kanzelsberger at umb.sk
Mon Oct 20 14:55:06 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;
regards, Pavel Kanzelsberger
On Mon, 2003-10-20 at 14:46, Rudolf Harney wrote:
> Hi Marco!
> >There is pasjpg, there is a libpng header, some bmp fiddling.
> ... You wrote to Rainer ... Did You / someone get pasjpeg to work? I tried (from
> http://www.nomssi.de/pasjpeg/pasjpeg.html
> ) but with fpc 1.0.10 on win2000 I couldn't even run the demo.
> Or does someone know a fpc-working glib / unit, that can load a bitmap, edit a few points and save it again?
>
> ( The output from pasjpeg demo.pas:
> jerror.pas(116,49) Warning: Procedure type FAR ignored
> jerror.pas(295,53) Warning: Procedure type FAR ignored
> jerror.pas(319,68) Warning: Procedure type FAR ignored
> jerror.pas(351,74) Warning: Procedure type FAR ignored
> jerror.pas(418,54) Warning: Procedure type FAR ignored
> jerror.pas(438,31) Error: Wrong amount of parameters specified
> jerror.pas(439,35) Error: Wrong amount of parameters specified
> jerror.pas(440,39) Error: Wrong amount of parameters specified
> jerror.pas(441,39) Error: Wrong amount of parameters specified
> jerror.pas(442,41) Error: Wrong amount of parameters specified
> jerror.pas(461) Fatal: There were 5 errors compiling module, stopping
> )
> Thanks, RUDOLF
--
Secundum Artem - www.pixel32.sk
E-Mail: kanzels at boxnetwork.sk
Phone: +421-905-462611
ICQ: 20990633
More information about the fpc-pascal
mailing list