[Lazarus] lazde fails to compile - some resource error
Hans-Peter Diettrich
DrDiettrich1 at aol.com
Wed Aug 31 11:52:03 CEST 2011
Graeme Geldenhuys schrieb:
> What is going wrong? Why do I keep getting "failing to compile resources" error.
>
> I'm using latest Lazarus 0.9.30.1 with FPC 2.4.3. 'fpc' and 'fpcres'
> and friends are in my PATH environment variable.
>
> No matter what I do, I simply can't get Lazarus to compile the
> doceditor (lazde) project.
Check for duplicate resources in the main(?) file, e.g. {$R *.res} {$R
xyz.res}, and remove the excess ones. It also may help to switch between
the lfm and lrs(?) resource type, in the project (compiler?) options. At
least this helped me sometimes, on Windows.
DoDi
More information about the Lazarus
mailing list