On Tue, Jan 4, 2011 at 2:54 PM, Vincent Snijders
<[email protected]> wrote:
>>
>  The svn version seems to be 64 bits safe:
> http://lazarus-ccr.svn.sourceforge.net/viewvc/lazarus-ccr/components/rx/
>
> Vincent
>

Hi Vincent,

Component already downloaded and error again on compile process, now
another module:

"/home/lazp/proj/pack/rxfpc/rxdbgrid.pas(1323,19) Error: Identifier
not found "DrawThemedCell"

error line: DrawThemedCell(aCol, aRow, aRect, aState), the rest like this:

 if (TitleStyle=tsNative)  then
    DrawThemedCell(aCol, aRow, aRect, aState)       <<== error
  else
  begin
//    Canvas.FillRect(aRect);
    DrawCellGrid(aCol, aRow, aRect, aState);
  end;

Any hints?

Thanks,
Diwa

-- 
Semua rasa ada disini
http://www.teoteblung.co.cc

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

Reply via email to