Thats not an error message so it's hard to say what went wrong. You may need to comment a function override, i didn't bother to investigate it i just wanted it to compile so i could get back to other stuff..
//char* itoa(int integer) {char tmp[10];return itoa(integer,tmp,10);}
|