From: Christopher C. H. <chr...@kn...> - 2004-07-14 19:50:44
|
I noticed that there is a VC6 project workspace file (iaxclient_lib.dsw) included in the cvs. Is there a trick to getting iaxclient to compile using VC6? I'm currently getting "iaxclient_lib.c(534) : error C2036: 'void *' : unknown size". while(total_consumed < e->event.voice.datalen) { cur = decode_audio(call, fr, e->event.voice.data+total_consumed,e->event.voice.datalen-total_consumed, iEncodeType); Any suggestions? Chris |