Бележка
Достъпът до тази страница изисква удостоверяване. Можете да опитате да влезете или да промените директориите.
Достъпът до тази страница изисква удостоверяване. Можете да опитате да промените директориите.
compiler limit : out of keys
Remarks
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
Split the source file into smaller files.
Eliminate unnecessary header files.
Reuse temporary and global variables instead of creating new ones.