[Lazarus] PowerPDF Installation

Lee Jenkins lee at datatrakpos.com
Fri May 9 21:13:04 CEST 2008


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.

Odd.


-- 

Warm Regards,

Lee

"When my company started out, we were really, really, really, really small. 
Now...we're just really small."



More information about the Lazarus mailing list