[fpc-devel] Broken frac function in FPC3.1.1 / Windows x86_64

2018-04-27 Thread info
If you compile and run this 64-bit program on Win 64 you get a crash program tfrac; var x,y: double; begin x := 1e20; writeln('x=',x); y := frac(x); writeln('frac(x)=',y); end. D:\Work\DAMath>D:\FPC311\bin\i386-win32\ppcrossx64.exe tfrac.pas Free Pascal Compiler version

[fpc-devel] Panel Top Negative Limitation.

2016-02-04 Thread info
Hi I have a problem using a panel, that is large say 7. If I try to bring areas of this into the view area by using panel.top:=-avalue, this works fine until you hit –32769; at which point the panel vanishes. How can this be corrected; or is there a workaround? I have a forum thread; where I

Re: [fpc-devel] FPC 3.0.0 on OSX 10.6.8 32bit Compile problem

2016-01-18 Thread info
After setting the -Aaa-darwin flag It progresses further, but now stops here 1010) Writing Resource String Table file: uPSRuntime.rsj :3687:2: error: invalid instruction mnemonic 'fistpq' fistpq (%eax) ^~ :8518:2: error: invalid instruction mnemonic 'fistpq' fistpq

[fpc-devel] FPC 3.0.0 on OSX 10.6.8 32bit Compile problem

2016-01-17 Thread info
Hi I have been trying to get laz 1.6 rc2 on mac osx 10.6.8, I can instal 1.4.4 FPC 2.6.4; without problem. I have run the uninstall script and attempted 1.6rc2, when I try to rebuild Lazarus, or add a component that requires a rebuild I get the below error I have googled fistpq, and found that

Re: [fpc-devel] FPC 3.0.0 on OSX 10.6.8 32bit Compile problem

2016-01-17 Thread info
Hi Jonas Maebe, Yes using the latest xcode for 10.6.8 Sorry to sound stupid, how do I add -Aas-darwin to the compiler for lazarus so it can rebuild ok. Josh Jonas Maebe wrote: i...@voiceliveeditor.com wrote: I have been trying to get laz 1.6 rc2 on mac osx 10.6.8, I can instal 1.4.4 FPC

[fpc-devel] Changed Math functions in FPC development trunk 2.7

2014-04-10 Thread info
A year ago there was a post from Jonas Maebe on this list (http://www.mail-archive.com/fpc-devel@lists.freepascal.org/msg28483.html) asking about the possibility to reuse parts of AMath/DAMath in FPC. Today I downloaded the development source files from