Hi,

I have a big problem with my app.
It has grown and know i need to make it multi-segment with CW.

i have some debug stuffs i can enable/disable with a #define.
But if i disable them, my code is lower and variable initialization
seems to be different :

Char *t;       // doesn't anymore point to NULL ?!
int s;            // != 0 ?!

and parameters i pass throught differents functions, lose informations :

int a(Char **a)
{
       b(a);
}

int b(Char **a)
{
    // Here i lost one of my pointer !!!
}


Any one can help ?
Is this a segmentation problem ?

thanks for your help.

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

Reply via email to