Re: [fpc-devel] SymbianOS port

2007-04-11 Thread Marko Radojcic
I have done a bit of research of my own... Basically, what was done is to try compiling for emulator and then translating it to the native symbian code... OK. Let's think differently, if I would use Nokia Series 60 Symbian SDK, would there be a difference of what kind of code the emulator likes

Re: [fpc-devel] Floating point precision

2007-04-11 Thread Colin Western
Jonas Maebe wrote: On 09 Apr 2007, at 22:38, Colin Western wrote: Having said that, for numerical programming if double is wanted, the evaluation as double in the absence of specific precision information is actually desirable, and avoids some hard to find errors. Values like Sqrt(2) are co

[fpc-devel] [patch] - FPCUnit

2007-04-11 Thread Graeme Geldenhuys
Hi, Attached is a small patch for FPCUnit and the XML result writer. This allows us to control when XML results must be written to the console or not. For example, it the GUI Test Runner we don't want console output, but in the Console Test Runner it must be optional (and enabled by default). T

Re: [fpc-devel] patch for heaptrc

2007-04-11 Thread Vincent Snijders
Pierre Muller schreef: Attached patch add the same sanity check for the frame pointer in TraceReAllocMem as already is in TraceGetMem. It fixed crashes of Lazarus on win64 when compiled with heaptrc. Tested with fpc 2.1.3. fpc 2.3.1 is currently broken on win64, see mail of 8 April. I applied t

Re: [fpc-devel] patch for heaptrc

2007-04-11 Thread Pierre Muller
> Attached patch add the same sanity check for the frame pointer in > TraceReAllocMem as > already is in TraceGetMem. It fixed crashes of Lazarus on win64 when > compiled with > heaptrc. > > Tested with fpc 2.1.3. fpc 2.3.1 is currently broken on win64, see mail of > 8 April. I applied that to trun