On Wed, Mar 5, 2008 at 7:29 PM, Vincent Snijders <[EMAIL PROTECTED]> wrote:
> Currently fpc 2.3.1 cannot build lazarus anymore. It fails on lines like
>  MyStream.Write(' ',1);

One idea to solve this in a good way might be:

MyStream.Write(' ', SizeOf(Char));

or multiples of sizeof(char) for many characters

I just thougth about why I've never hit this before and I think it's
because I usually use sizeof to fill that field instead of using a
number.

-- 
Felipe Monteiro de Carvalho
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to