[lazarus] can not resize form
Mattias Gaertner
nc-gaertnma at netcologne.de
Thu Dec 18 10:06:19 EST 2003
On Thu, 18 Dec 2003 16:07:15 +0100 LeVA <leva at az.isten.hu> wrote:
> Micha Nelissen írta:
> > LeVA wrote:
> >
> >>> The old bitmap loading code is buggy.
> >>>
> >>> The new fpImage code works better, although not for 8bit color
> >>> depths. As
> >>> soon as the official compiler for lazarus becomes fpc 1.9 or 2.0,
> >>> fpImage
> >>> will be activated as default. At the moment to activate it, you must
> >>> compile
> >>> the LCL with -dUseFPImage.
> >>>
> >>>
> >>> Mattias
> >>
> >>
> >>
> >> Could you tell me how to do this exactly? How to compile the LCL with
> >> the -dUseFPImage option? I'm compiling lazarus with cd lazarus; make.
> >> Where should I put that option?
> >
> >
> > make OPT="-dUseFPImage" clean all
> >
> > 'clean' removes output files like *.o etc.
> >
> > HTH,
> >
> > Micha.
>
> After typing: cd lazarus; make clean; make OPT="-dUseFPImage"
> I get this error message:
> Compiling intfgraphics.pas
> intfgraphics.pas(34,29) Fatal: Can't find unit FPIMAGE
> make[1]: *** [alllclunits.ppu] Error 1
> make[1]: Leaving directory `/home/leva/FreePascal/lazarus/lcl'
> make: *** [lcl] Error 2
>
> Is there anything that I need to download before using this feature?
A current fpc (1.9 or 1.0.11). That's why it is not activated as default.
Mattias
More information about the Lazarus
mailing list