View Single Post
  #5   Spotlight this post!  
Unread 11-09-2006, 16:54
sedim sedim is offline
SeDiM
no team
 
Join Date: Sep 2006
Location: NJ
Posts: 3
sedim is an unknown quantity at this point
Re: Arrays in Vex Programming Kit EasyC?

Hi all,
I have tried defining:

int example_array[4]; //Works!
//and
int example_array[55]; //Works!
//but!!!!!!!!
int example_array[56];// Or greater does not work!!!!!!!!

//I get a complier error
"C:\vex\Guidance\Main.c:12:Error [1300] stack frame too large

Any ideas??
Reply With Quote