Re: [fpc-devel] FPC 2.0.0 vs FPC 2.0.2 (div by zero)

2006-03-06 Thread Peter Vreman
> Hi, > > I have a strange problem. My Qt4 demo program worked > fine with FPC 2.0.0, but crashes (div by zero) with FPC 2.0.2. > Debugging shows that indeed a div by zero is done within > the Qt4 lib. However with FPC 2.0.0 or using C++ code the library > isn't bothered with the div by zero. When

[fpc-devel] FPC 2.0.0 vs FPC 2.0.2 (div by zero)

2006-03-06 Thread Den Jean
Hi, I have a strange problem. My Qt4 demo program worked fine with FPC 2.0.0, but crashes (div by zero) with FPC 2.0.2. Debugging shows that indeed a div by zero is done within the Qt4 lib. However with FPC 2.0.0 or using C++ code the library isn't bothered with the div by zero. When I use FPC 2.

[fpc-devel] FormatFloat produces strange result based in different data types

2006-03-06 Thread Graeme Geldenhuys
Hi When pass 0.005 into the FormatFloat and asking it to format with 2 decimal digits, using different data types (extended, double, single, real), I get different result. Also it is not consistent with Delphi. I believe this is a bug, but not sure if it has already been address in newer versio

[fpc-devel] possible bug in TDOMNamedNodeMap.RemoveNamedItem

2006-03-06 Thread Alexander Todorov
Hello folks, I found that TDOMNamedNodeMap.RemoveNamedItem does not delete from memory the specified Item. It just sets FParentNode := nil. In this case the following doesn't work as expected : //- while Node.Attributes.Length > 0 do Node.Attributes.RemoveNamedItem(Node.A

Re: [fpc-devel] patch for inifiles unit bug 4692

2006-03-06 Thread Peter Vreman
> Hi! > > I fixed bug 4692 > > THe problem is in inifiles.pas > Change the following procedure for: > procedure TIniFile.DeleteKey(const Section, Ident: String); > var > oSection: TIniFileSection; > oKey: TIniFileKey; > begin > oSection := FSectionList.SectionByName(Section); > if oSection <>

[fpc-devel] patch for inifiles unit bug 4692

2006-03-06 Thread anteusz
Hi! I fixed bug 4692 THe problem is in inifiles.pas Change the following procedure for: procedure TIniFile.DeleteKey(const Section, Ident: String); var oSection: TIniFileSection; oKey: TIniFileKey; begin oSection := FSectionList.SectionByName(Section); if oSection <> nil then begin oKey := oS

Re: [fpc-devel] MacOS X Tiger Intel Platform ?

2006-03-06 Thread Florian Klaempfl
Franz Schober wrote: > Hello FPC Team, > > we would like to port some of our app's to MacOS X but have no experience > with that system. > So in principal FPC should work under MacOS X as mentioned on the FPC Web > site - > What changes are necessary to support the Intel Platform? > Is FPC code

[fpc-devel] MacOS X Tiger Intel Platform ?

2006-03-06 Thread Franz Schober
Hello FPC Team, we would like to port some of our app's to MacOS X but have no experience with that system. So in principal FPC should work under MacOS X as mentioned on the FPC Web site - What changes are necessary to support the Intel Platform? Is FPC code on this Platform running through thi