Hi
I'm trying to add icon to my component which is 16x16 png and I use glazres from C:\lazarus\tools\glazres
to create my_con.lrs
In uses I added
Classes, SysUtils, Controls, Graphics, Dialogs, LResources, Forms,
LCLIntf, LCLType,LazarusPackageIntf, StdCtrls
(which one I need to show icon?)
At the end of unit I added
{$IFDEF FPC} //Lazarus
initialization
{$i my_icon.lrs}
{$ENDIF}
end.
But still I cannot see icon in tab, only these three blue,green, blue squares.
Any ideas?
Thanks