Hi,

Here is my project:

1 package
x units with 1 component / unit
1 file LRS with all bitmaps for all components
1 unit with register function here:

procedure RegisterComponants;
begin
  RegisterComponents('tabs,[component1, component2]);
end;

procedure Register;
begin
  RegisterUnit('LZVRegister',@RegisterComponants;
end;

Initialization
{$I lzvimages.lrs}

My problem is the bitmap not associated to components(in lazarus tabs), What
is the problem?
There may be another solution?

Thanks,


-- 
Laurent.
--------------------------------------------------------------------------------------------
My Web : http://wile64.neuf.fr/
French Forum : http://lazforum-fr.tuxfamily.org/index.php

Reply via email to