[Lazarus] windres: can't open manifest

Michael Schnell mschnell at lumino.de
Wed Mar 24 10:50:32 CET 2010


On 03/23/2010 10:42 AM, Michael Schnell wrote
> At first I left the compiler setting to be /usr/bin/fpc.
> After recompilinig everything, I could step into the LCL functions with F7.
>
> Then I set it to /usr/local/bin/fpc
> After recompilinig everything, I could not step into the LCL functions
> with F7 any more.
>   

Funny:

If I do F7 on

Button1.Caption := 'test';

it does step into the set procedure, but If I do it on 

Caption:= 'test';

it just steps over it.

-Michael




More information about the Lazarus mailing list