[Lazarus] Translation Problem or IDE Error in Lazarus 2.0 RC3?
Bart
bartjunk64 at gmail.com
Mon Feb 4 23:32:08 CET 2019
On Mon, Feb 4, 2019 at 11:25 PM Bart <bartjunk64 at gmail.com> wrote:
Sorry, not this one:
> function TLazarusBuilder.SaveIDEMakeOptions(Profile: TBuildLazarusProfile;
> Flags: TBuildLazarusFlags): TModalResult;
but this one (in ide/project.pp):
function TProject.SaveStateFile(const CompilerFilename, CompilerParams: string;
Complete: boolean): TModalResult;
...
except
on E: Exception do begin
Result:=IDEMessageDialog(lisPkgMangErrorWritingFile,
Format(lisProjMangUnableToWriteStateFileForProjectError,
[IDAsString, LineEnding, E.Message]),
mtError,[mbAbort,mbCancel]); <<== here
exit;
end;
end;
Result:=mrOk;
end;
--
Bart
More information about the lazarus
mailing list