Trying to copy one string to another using strcpy but always crashes:
PHP Code:
char *tempcaption;
strcpy(tempcaptioncLabel::caption); 
"cLabel::caption" is declared as "char *caption".