2010/2/5 Flávio Etrusco <flavio.etru...@gmail.com>:
> Err, it would useful for you to post the source code in question. I
> guess these are errors are caused by object properties?...
>

I did not post them because the files are available on the Lazarus CCR.
However here is the error in the package "cmdline":

Offending instruction:              Inc(InputPos, UTF8Length(s));

where the parameters are defined as:
s: WideString;          // a local variable in the method
property InputPos: integer Read FInputPos;          // a class
property with the correspondig private FInputPos:  integer;

Roberto

--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to