hi,

i am facing a problem with memory allocation in called function for production EXE

for example

f1(value1, value2);
in calling the values are correct but in the origina lfunction

int f1(char *h, char*h2);
{
/* Here the values are corruopted and getting some junk values */
}

can any one help me in resolving this issue