John Samperi wrote:
At 06:34 PM 31/10/2005, you wrote:

Maybe it more correct, to say it hasn't born yet, than dead.


Maybe :-) It seems incredibly slow compared to D6 at compiling
and running a program. Also things that work on Delphi do not
seem  to work with Lazarus. Lots of crashes and exception raised.

I will post some of the simple things I try to do and the error
messages I get. Is there a file area where one can upload stuff
and hope some kind person looks at it and fixes it?

A simple program  has 2 buttons and a memo
each button event manager has the following (with 1 or 2)

memo1.text:=memo1.Text + ('button2');

D6 prints the text without a carriage return, lazarus puts a CR
between lines? Which is correct?


If you mean that button2 is placed on a new line, then that is correct. If there is a empty line inbetween, then maybe not. Did you edit memo1.text ? Isn't an extra empty line in there ?

Marc

_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to