Difference between revisions of "RXfpc"

From Free Pascal wiki
Jump to navigationJump to search
 
Line 23: Line 23:
  
 
Tested on Linux. In current version on sourceforge Canvas.BrushCopy is used. You should replace this with a call to Canvas.CopyRect.
 
Tested on Linux. In current version on sourceforge Canvas.BrushCopy is used. You should replace this with a call to Canvas.CopyRect.
A adapted version will be posted as soon as possible.
+
 
 +
An updated version will be posted as soon as possible.
  
 
===Installation===
 
===Installation===

Revision as of 20:01, 11 April 2006

About

  • RxLib for Lazarus contains some of the components of the well known RxLib for Delphi.

Screenshot

  • Rx1.jpg
  • Rxdb.JPG

Authors

License

Download

The package can be downloaded from the Lazarus CCR SourceForge site.

Dependencies / System Requirements

Tested on Linux. In current version on sourceforge Canvas.BrushCopy is used. You should replace this with a call to Canvas.CopyRect.

An updated version will be posted as soon as possible.

Installation

  • Place sources in a subdirectory of <$LazarusDir>/components.
  • In Components/Open Package File, open rxnew.lpk.
  • Compile the component to verify that everything is ok.
  • Install and let Lazarus rebuild.