I got the latest SVN version and tried to compile it with FPC 2.0.2
and got the following...
C:\lazarus\components\codetools\FileProcs.pas(487,39) Error: Wrong
number of parameters specified
function GetFilenameOnDisk(const AFilename: string): string;
begin
Result:=AFilename;
{$IFDEF CaseInsensitiveFilenames}
Result:=FindDiskFilename(Result,true);
{$ENDIF}
end;
FindDistFilename only has one parameter....
Regards,
- Graeme -
_________________________________________________________________
To unsubscribe: mail [EMAIL PROTECTED] with
"unsubscribe" as the Subject
archives at http://www.lazarus.freepascal.org/mailarchives