Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 632 Bytes

fatal-error-c1002.md

File metadata and controls

21 lines (15 loc) · 632 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: Fatal Error C1002
Fatal Error C1002
11/04/2016
C1002
C1002
bd6d274a-c7b4-43af-8bf2-23c5e442aa22

Fatal Error C1002

compiler is out of heap space in pass 2

The compiler ran out of dynamic memory space during its second pass, probably due to a program with too many symbols or complex expressions.

To fix by using the following possible solutions

  1. Divide the source file into several smaller files.

  2. Break expressions into smaller subexpressions.

  3. Remove other programs or drivers that consume memory.