On 11/22/12, Marco Aurelio Ramirez Carrillo <[email protected]> wrote:

> (3) I have a "sdvtoolsregiste.pas" with code similar to like:
>
> ====
>
> unit sdvtoolsregister;
> uses
>   filefilters;
>
> initialization
> {$IFDEF FPC}
> {$R 'filefilt.lrs'}
> {$END
>
> ====

IIRC Lazarus resources (cretaed with LazRes) must be included with {$I
resourcename.lrs} and not with {$R}

Bart

--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to