[Lazarus] PowerPDF Installation

Vincent Snijders vsnijders at quicknet.nl
Fri May 9 22:30:47 CEST 2008


Lee Jenkins schreef:
> Vincent Snijders wrote:
>> Lee Jenkins schreef:
>>> Hi all,
>>>
>>> I noticed that JPegForLazarus has been replaced with ImagesForLazarus.
>> No, JpegForLazarus has been merged into the LCL. So just can remove that 
>> requirement.
>>
>> Vincent
>>
> 
> Thanks Vincent.  I did remove the requirement and LCL was already a requirement, 
> but still complains that LazJpeg cannot be found.  Any idea what might cause that?
> 
> Below is the uses from power pdf PdfJpegImage.pas unit where the error surfaces.
> 
> uses
>    SysUtils, Classes, Graphics, PdfTypes, PdfDoc, PdfImages,
>    {$IFDEF LAZ_POWERPDF}
>    LazJPEG // <== Here it says cannot find.
>    {$ELSE}
>    JPEG
>    {$ENDIF}
>    ;
> 
> Just for fun, I implicitly added the LazJpeg.pas file to the package and it 
> still does not compile.

Maybe just remove the LazJPEG from the uses clause, it is all in 
Graphics now.

BTW: if you have a package that compiles, can you create a new release 
for Lazarus-CCR?

Vincent



More information about the Lazarus mailing list