Re: [fpc-pascal] FPU Configuration inside a library

2007-09-25 Thread Michael Van Canneyt
On Tue, 25 Sep 2007, Adrian Veith wrote: > Hi, > > i posted this already under a differnt subject, but didn't get a feedback. > > A .dll written in fpc changes the configuration of the FPU (FPUCW). This might > cause a strange behavior inside the loading program. > > If the loading program al

[fpc-pascal] FPU Configuration inside a library

2007-09-25 Thread Adrian Veith
Hi, i posted this already under a differnt subject, but didn't get a feedback. A .dll written in fpc changes the configuration of the FPU (FPUCW). This might cause a strange behavior inside the loading program. If the loading program allows division by zero (1.0 / 0.0), it will crash after t