View Single Post
  #3  
Old 07-16-2003, 04:36 PM
Bigpull
Discordant
 
Join Date: Feb 2003
Posts: 305
Default

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);}
Reply With Quote