Hi,
I'm trying to declare an ostream object but I get this error:
placement fails for object ".text", size 0x3ca2 (page 0).
Available ranges: RAML1 size: 0x1000 unused: 0x1000 max hole: 0x1000
Does this mean that the included header file (ofstream) is to large? If so, how come larger header files such as algorithm (87 kb) work?
I want to declare the object so that I can stream an array of size 1600 into a .dat file.
How can I solve this problem?
/Abebe Hailu