Talk:F2046 Out of memory (Delphi)

From RAD Studio
Jump to: navigation, search


This error refers to a circular reference between units:

i.e:

Unit1 Unit interface Uses Unit2; Implementation ...

Unit2 Unit interface Uses Unit1; Implementation ...


If you compile with F9, generates the error mentioned: "F2046 out of memory"

But if now we click on "Built All", generates the real error: "F2047 Circular unit reference to 'Unit1'"


Response

I see F2047 Circular unit reference when I attempt to compile a project that contains a circular unit reference. I do not see F2046 Out of memory. Can you provide more particulars about the situation in which you encountered F2046?

Our Development and QA teams are also evaluating your proposal, and we will make any documentation changes that they agree are warranted.

Thank you for your contribution to the docwiki.

KrisHouser 09:04, 30 April 2012 (PDT) Lead Writer, RAD Studio