Home > other >  Qt + va_g729a. Lib error
Qt + va_g729a. Lib error

Time:10-06

When running the link code: http://download.csdn.net/detail/caoshangpa/9500286, is always an error
Cg729decoder. Obj: 1: error: LNK2019: cannot resolve va_g729a_decoder external symbols, the symbol in the function of "public: void __cdecl cg729decoder: : decode (unsigned char *, short, int)" (? Decode @ CG729Decoder @ @ QEAAXPEAEPEAFH @ Z) referenced
Cg729encoder. Obj: 1: error: LNK2019: cannot resolve va_g729a_encoder external symbols, the symbol in the function of "public: void __cdecl cg729encoder: : encode short *, unsigned char (*)" (? Encode @ CG729Encoder @ @ QEAAXPEAFPEAE @ Z) referenced
On the Internet looking for a long time, the total no solution? Feel like a library? O great god told?
  • Related