[fpc-pascal] Free Pascal 2.6.4-rc1 - IDE crashes
Ched
charles.edouard.des.vastes.vignes at gmail.com
Sat Jan 4 22:21:02 CET 2014
Dear Pierre,
I investigated the fp-ide crashes. There are due to remaining fp.cfg and/or fp.dsk and/or fp.ini in the
working directory. In effect, removing all these three files makes all go all right.
Cheers, Raoul
Le 31.12.2013 14:25, Pierre Free Pascal a écrit :
> Hi Raoul,
>
> Thanks for testing 2.6.4rc1 out.
>
> I could not reproduce your problem
> on my setup (Windows-7 64-bit).
>
> Are you sure that the problem
> also appears when simply compiling this source:
> (This is just demo/text/hello.pp with a wrong line added).
>
> {
> This file is part of the Free Pascal run time library.
> Copyright (c) 1993-98 by the Free Pascal Development Team
>
> Hello World Example
>
> See the file COPYING.FPC, included in this distribution,
> for details about the copyright.
>
> This program is distributed in the hope that it will be useful,
> but WITHOUT ANY WARRANTY; without even the implied warranty of
> MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
>
> **********************************************************************}
>
> program hello;
>
> begin
> writeln('Hello world');
> ddddddddddd:=6;
> end.
>
>
>
> Can you test this out and check if the problem also appears
> on such a simple source.
>
> Please try it out in a directory without any fp.dsk fp.ini or fp.cfg files.
> This might help to narrow the problem down.
>
> Pierre Muller
>
>> -----Message d'origine-----
>> De : fpc-pascal-bounces at lists.freepascal.org [mailto:fpc-pascal-
>> bounces at lists.freepascal.org] De la part de Ched
>> Envoyé : mardi 31 décembre 2013 00:08
>> À : FPC-Pascal users discussions
>> Objet : [fpc-pascal] Free Pascal 2.6.4-rc1 - IDE crashes
>>
>> Hello All,
>>
>> I don't know if I'm the only people having problems with the fp IDE of
>> the rc1 from the win32 package
>> under winxp 32 bits...
>>
>> The complier works fine. But when I have an error in the source code of
>> a program, I can't jump to the
>> location of the error after the compilation attempt using the space-bar
>> as previously. In fact, the fp
>> IDE crash systematically after the third try...
>>
>> Cheers, Raoul
>>
>> _______________________________________________
>> fpc-pascal maillist - fpc-pascal at lists.freepascal.org
>> http://lists.freepascal.org/mailman/listinfo/fpc-pascal
> _______________________________________________
> fpc-pascal maillist - fpc-pascal at lists.freepascal.org
> http://lists.freepascal.org/mailman/listinfo/fpc-pascal
>
More information about the fpc-pascal
mailing list