Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

[TASM FATAL ERROR] Out of hash space

Status
Not open for further replies.

rafal

Programmer
Mar 26, 2002
1
PL
I've added some assembler code to my cpp (about 800 lines of c++ with std:vector and some vcl), and i'm getting "[TASM FATAL ERROR] Out of hash space" message when i'm trying to compile it with C++ Builder 5. There is no such problems with smaller units containing assembler code.

I've checked that the assembler version of this unit can be assembled by TASM32.EXE form C++Builder BIN directory with hash table size of 16k (option /kh16384). But still it cannot be compiled from IDE even with:
Project->Options->Tasm->Hash_table_capacity
option set to 16k!

Please Help!!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top