Alexandre Luz Barreto wrote:

thanx
but my globals are

typedef struct Nodo
{
unsigned char elemento;
UInt32 freq;
Nodo *dir,*esq,*cima;
};
Nodo ListaNodos[600];
Nodo *Indice[600];


There are ways you can check if globals are available. I don't know what they are so you'll have to look it up in the archives or something. But it sounds like you may not have access to globals and you may want to consider how to write your app w/o using them.


--
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to