How can I successful compile the following sample using BCC?
I get the followin error message:
EMG
char Array[ 68000000 ][ 5 ];
int main()
{
return 0;
}I get the followin error message:
Fatal: Out of memoryEMG