From: Rob J. <ju...@ob...> - 2004-07-15 01:51:53
|
Thanks, I'll give it a try. Rob Adam Hart wrote: > > just cast data to (char*) > > Rob Judd wrote: > > > Chris, > > > > Yeah, I reported that weeeks ago. Looks like no-one cares. > > > > Rob > > > > > > Christopher C. Howard wrote: > > > >>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+tos-_consumed,e->event.voice.datalen-total_consumed, > >> iEncodeType); > >> > >>Any suggestions? > >> > >>Chris > >> > >>------------------------------------------------------- > >>This SF.Net email is sponsored by BEA Weblogic Workshop > >>FREE Java Enterprise J2EE developer tools! > >>Get your free copy of BEA WebLogic Workshop 8.1 today. > >>http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click > >>_______________________________________________ > >>Iaxclient-devel mailing list > >>Iax...@li... > >>https://lists.sourceforge.net/lists/listinfo/iaxclient-devel > > > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by BEA Weblogic Workshop > > FREE Java Enterprise J2EE developer tools! > > Get your free copy of BEA WebLogic Workshop 8.1 today. > > http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click > > _______________________________________________ > > Iaxclient-devel mailing list > > Iax...@li... > > https://lists.sourceforge.net/lists/listinfo/iaxclient-devel > > |