[lazarus] New Bug Entered

bugtracker at miraclec.com bugtracker at miraclec.com
Sat Jul 19 13:38:57 EDT 2003



Title: lcl units not delphi compatible

Entered by: Peter

There is no GraphType unit in Delphi. 
Please move GraphType functions to
Graphics unit. Otherwise, you have to
write:

uses
{$IFDEF FPC}
GraphType,
{$ENDIF}
Graphics;







More information about the Lazarus mailing list