Hi
I'm tring to compile code which is using the g.722 libraries version 2.00.00.000 but I get the following linking error:
undefined first referenced
symbol in file
--------- ----------------
_G722DEC_TII_IG722DEC ./voice_coding/g722_decoder.obj
_G722ENC_TII_IG722ENC ./voice_coding/g722_encoder.obj
error: unresolved symbols remain
Those libraries are part of the linker search path so linker should see it alright.
Thanks,
Pavel