Currently fpc 2.3.1 cannot build lazarus anymore. It fails on lines like
MyStream.Write(' ',1);
The write method is declared as
function Write(const Buffer; Count: Longint): Longint
Why isn't passing literal constant to a formal const parameter allowed
anymore?
Vincent