[Lazarus] Photo Capture on Windows
Paul Michell
paul at interfacedesign.co.uk
Wed Feb 17 09:18:26 CET 2010
I have found another bug on JCF:
I have copied the minium code to reproduce error, only the offending line:
----
unit Unit1;
{$mode objfpc}
interface
uses
Classes, SysUtils;
implementation
initialization
ShowMessage('Está soportado. Solicite más información en la página del
proyecto. Gracias');
end.
------
JCF: unit1.pas Exception Exception Spaces to end is -1 on ) at on line
13 position 94 line is
ShowMessage('Está soportado. Solicite más información en la página del
proyecto. Gracias');
JCF: IDE Aborted due to error
Seems to be related with a with an acute.
More information about the Lazarus
mailing list