Re: [fpc-devel] FloatHelper bugs (Issue #32837)

2018-01-12 Thread Ondrej Pokorny

On 12.01.2018 13:54, Michael Van Canneyt wrote:
I seem to have missed this bugreport. I assigned it to myself, will 
look at

it this weekend.


Thank you Michael, I highly appreciate your work!

Ondrej
___
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel


Re: [fpc-devel] FloatHelper bugs (Issue #32837)

2018-01-12 Thread Marco van de Voort
In our previous episode, Werner Pamler said:
> 
> I have the Starter 10.1 and 10.2 running on the same machine which has 
> also several Lazarus/fpc versions. No problems, except for scripts 
> because Delphi merges itself into the system path so that the fpc tools 
> are not found, but those of Delphi.

Similarly with e.g. cygwin or mingw or various embedded toolchains (but not
Microsoft Visual Studio).

I have a small 10 line generator that generates batchfiles like below, that
can be called multiple times, and save the original path, allowing to
switch. This one is for FPC, but I have similar ones for cygwin etc. 

@echo off

Rem we save oldpath only once, so we can always revert to it.

if "%OLDPATH%" neq "" goto :nosave
set OLDPATH=%PATH%
:nosave 
SET PATH=%OLDPATH%
PATH c:\pp32\bin\i386-win32;%PATH%
___
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel


Re: [fpc-devel] FloatHelper bugs (Issue #32837)

2018-01-12 Thread Werner Pamler

Am 12.01.2018 um 00:27 schrieb Bart:

Does it (D Starter) behave "nice" alongside fpc?


I have the Starter 10.1 and 10.2 running on the same machine which has 
also several Lazarus/fpc versions. No problems, except for scripts 
because Delphi merges itself into the system path so that the fpc tools 
are not found, but those of Delphi.

___
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel