Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 572 Bytes

fatal-error-c1055.md

File metadata and controls

21 lines (15 loc) · 572 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: Fatal Error C1055
Fatal Error C1055
11/04/2016
C1055
C1055
a9fb9190-d7eb-4d5f-b1a2-a41e584a28c1

Fatal Error C1055

compiler limit : out of keys

The source file contains too many symbols. The compiler ran out of hash keys for the symbol table.

To fix by using the following possible solutions

  1. Split the source file into smaller files.

  2. Eliminate unnecessary header files.

  3. Reuse temporary and global variables instead of creating new ones.