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!!!
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!!!