[Lazarus] Color change don't work in TImage (windows)

wile64 wile64 at gmail.com
Sat Aug 9 10:26:37 CEST 2008


     Hi Inoussa,

Thank you!
I am actually writing Lazarus component packages. Will this work in the 
package? I guess it should, but just to make sure.
Also where I should put the uses section in the package unit, or in the 
component units?

  With best regards,
    Boian Mitov

--------------------------------------------------------------------
Mitov Software
http://www.mitov.com
--------------------------------------------------------------------


----- Original Message ----- 
From: "Inoussa OUEDRAOGO" <inoussa12 at gmail.com>
To: "General mailing list" <lazarus at lazarus.freepascal.org>
Sent: Friday, August 08, 2008 3:14 PM
Subject: Re: [Lazarus] calling basicEventCreate in Linux


>
> To use "cthreads", just include it as the very first unit of your
> program, susch as
>
> <code>
>    program sample;
>
>    {$mode objfpc}{$H+}
>
>    uses
>      {$IFDEF UNIX}{$IFDEF UseCThreads}
>      cthreads,
>      {$ENDIF}{$ENDIF}
>    ....;
>
>    begin
>      ...
>    end.
> </code>
>
> Hope this help.
> -- 
> Inoussa O.
> _______________________________________________
> Lazarus mailing list
> Lazarus at lazarus.freepascal.org
> http://www.lazarus.freepascal.org/mailman/listinfo/lazarus 




More information about the Lazarus mailing list