[lazarus] Free Pascal Bug 2582 added to bug repository. (fwd)
Michael.VanCanneyt at Wisa.be
Michael.VanCanneyt at Wisa.be
Sat Jul 19 11:09:09 EDT 2003
This was reported on the FPC bugreport system. I will report as 'not a bug'
with comment that bugs about lcl should be reported on Lazarus website
Michael.
---------- Forwarded message ----------
Date: 19 Jul 2003 15:25:54 -0000
From: bugrep at freepascal.org
Reply-To: core at freepascal.org
To: core at freepascal.org
Subject: Free Pascal Bug 2582 added to bug repository.
The following bug report (2582) was entered by Peter:
(View this bug at http://www.freepascal.org/bugs/showrec.php3?ID=2582 )
Bug ID : 2582
Title : uncompatible lcl unit
Name : Peter
Email : nospam at nospam.com
Category : FCL
Bug type : Compatibility
FPC version : 1.0.6
OS : All
Date added : 2003-07-19
Status : Unfixed
Description:
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;
Program:
More information about the Lazarus
mailing list