[Lazarus] TDirectoryTreeview Component

cyberpython cyberpython at gmail.com
Mon Apr 28 23:27:38 CEST 2008


Not sure if it's because my PowerPDF library sources are old, but apparently 
there was some changes to lazarus jpeg support?

I had to make the following change to get it to compile:

{$IFDEF LAZ_POWERPDF}
   //LazJPEG <== Old
   JPEGLib // <== New
   {$ELSE}
   Windows, Messages, JPEG
   {$ENDIF}
   ;

-- 

Warm Regards,

Lee




More information about the Lazarus mailing list