02.01.2013, 07:58
You already defined strcat somewhere, so you defined it twice you need to find the other one and remove it.
It should be
#define strcat
or
new strcat
one of them got defined twice, you need to remove one.
It should be
#define strcat
or
new strcat
one of them got defined twice, you need to remove one.