Access violation FR 3.09 and C++ Builder 6

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]

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.