[lazarus] CVS Updated

Michael A. Hess mhess at miraclec.com
Mon May 24 22:03:30 EDT 1999


Shane Miller wrote:
> 
> 2) Run it, if you CAN open a file then go into the EDITOR.pp file and
> comment out line number 337 (a writeln) and run it again.  Does it
> crash?  Mine does.
> 
> Can anyone figure out why commenting out a WRITELN would cause it to
> crawsh?

It isn't the writeln that is causing the problem it is the IntToStr that
is causing the problem. Comment out the writeln and replace it with
something like

temp := InttoStr(3);

where temp was defined as an integer.

You will see that it now also still works correctly. It looks like
something with strings is being fixed with the IntToStr call.

-- 
==== Programming my first best destiny! ====

Michael A. Hess      Miracle Concepts, Inc.
mhess at miraclec.com   http://www.miraclec.com






More information about the Lazarus mailing list