PDA

View Full Version : application panic



potapiv
22nd March 2010, 09:55
Hello, im sorry in advance for a noobish question, but here it goes:

any generic .h file:
struct stuff
{
int x;
int y;
};

stuff stuffArray[16000];

this works just fine on PC, but not on symbian. Application just doesnt start.

EPOCSTACKSIZE = 0x14000
EPOCHEAPSIZE = 0x20000 0x1000000

i really have no idea what can be wrong