Problem with Fast Report 3.09 and C++ Builder
I have updated from the 3.05 to the 3.09 Release of fast report. As I work in Spanish I have copied spanish resources files and recompiled all packages.
When I work with charts, if I build with codeguard enabled I get an access violation. If I build with codeguard deactivated this doesn??t happen and works fine.
I have tried to locate the problem and it happens to be in the frxClass.pas file, and in the procedure:
procedure TfrxComponent.Clear;
begin
while FObjects.Count > 0 do
begin
TfrxComponent(FObjects[0]).Free; <
Here it gives access violation
end
end;
But I am unable to find anything else.
Could anyone tell me what can I do?
Best Regards,
Ram??n Arg??elles
[url='mailto:arguellesbalas@terra.es'>arguellesbalas@terra.es[/url]
When I work with charts, if I build with codeguard enabled I get an access violation. If I build with codeguard deactivated this doesn??t happen and works fine.
I have tried to locate the problem and it happens to be in the frxClass.pas file, and in the procedure:
procedure TfrxComponent.Clear;
begin
while FObjects.Count > 0 do
begin
TfrxComponent(FObjects[0]).Free; <
Here it gives access violation
end
end;
But I am unable to find anything else.
Could anyone tell me what can I do?
Best Regards,
Ram??n Arg??elles
[url='mailto:arguellesbalas@terra.es'>arguellesbalas@terra.es[/url]