[lazarus] can not resize form
Micha Nelissen
micha at neli.hopto.org
Thu Dec 18 09:24:29 EST 2003
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.
More information about the Lazarus
mailing list