[fpc-pascal] Re: compiling code causes IDE to crash

Tony Pelton tpelton at gmail.com
Mon May 23 21:03:56 CEST 2005


On 5/23/05, Tony Pelton <tpelton at gmail.com> wrote:
> Var e : Double = .001;

fwiw, after _alot_ of trial/error/ide segv's, i was able to isolate
the problem to the above 'Var' declaration.

Var e : Double = 0.001;

... works much better.

*shrug*

Tony




More information about the fpc-pascal mailing list