SukiStrider
Programmer
- Jun 26, 2002
- 8
Hi,
I am trying to write a program that requires 65536 integer array elements (locations) I am using the Turbo 3.0 compiler on Windows 98 and every time I declare the array and try to compile the program I get an error:
declared Array size too large.
I have tried changing the memory model in the option screen of the IDE to huge (I have 512MB SDRAM) but I still have the problem.
I have alway thought that you can have unlimited array locations because it uses your computer's memory to hold the data, but I guess I am wrong.
Can anybody help me.
Thanks in advance.
I am trying to write a program that requires 65536 integer array elements (locations) I am using the Turbo 3.0 compiler on Windows 98 and every time I declare the array and try to compile the program I get an error:
declared Array size too large.
I have tried changing the memory model in the option screen of the IDE to huge (I have 512MB SDRAM) but I still have the problem.
I have alway thought that you can have unlimited array locations because it uses your computer's memory to hold the data, but I guess I am wrong.
Can anybody help me.
Thanks in advance.