> 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
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.
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
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
> 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 <>
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
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
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