Share via


Resource Compiler Fatal Error RC1120 (Windows CE 5.0)

Send Feedback

out of memory, needed number bytes

The Resource Compiler ran out of storage for items that it stores in its heap. Usually this is the result of having too many symbols.

The following list shows possible solutions for this error.

  • Increase the Windows swap file space. For instructions, see the Microsoft Windows User's Guide.
  • Eliminate unnecessary include files, especially unneeded #defines and function prototypes.
  • Split the file into two or more files and compile them separately.
  • Remove other programs or drivers running in the system, which could be consuming significant amounts of memory.

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.