From: Iftikhar Q. <ift...@ya...> - 2004-11-03 02:54:10
|
I'm getting error "C2036: 'void *': unknown size" on following call: 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); do I have to use any type cast for "e->event.voice.data+total_consumed" ? Where can I get "simpleiax.h" ? __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com |