Hi All,
I have a program that I wrote a couple of years ago, it compiled and worked OK at the time, the other day I wanted to make a change, so I loaded up the code and compiled it, it failed! saying the code was too large. There are 4143 integers in each list
So after playing around I found that removing two large lists in Process_Globals allowed it to compile, so here are my questions.
1) has something changed in that stops you using large lists
2) Any idea how to fix this.
Thanks
Steve
P.S. In the altered code (one without the two large lists) I create another activity with just one of the large lists and nothing else to see if I could separate them out, this failed to compile.
I have a program that I wrote a couple of years ago, it compiled and worked OK at the time, the other day I wanted to make a change, so I loaded up the code and compiled it, it failed! saying the code was too large. There are 4143 integers in each list
So after playing around I found that removing two large lists in Process_Globals allowed it to compile, so here are my questions.
1) has something changed in that stops you using large lists
2) Any idea how to fix this.
Thanks
Steve
P.S. In the altered code (one without the two large lists) I create another activity with just one of the large lists and nothing else to see if I could separate them out, this failed to compile.