This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

DM6437 Codec Libraries

I just added code to initialize the codec engine in my DM6437 project but I keep getting the following build errors and I believe I may not have included the necessary codec libraries.

  symbol                  in file                                     
 ---------            ----------------                                
 _CERuntime_init      C:\\Vantage\\DM6437\\AppDev\\Debug\\app_codec.obj
 _Engine_getLastError C:\\Vantage\\DM6437\\AppDev\\Debug\\app_codec.obj
 _IMGENC_control      C:\\Vantage\\DM6437\\AppDev\\Debug\\app_codec.obj
 _IMGENC_create       C:\\Vantage\\DM6437\\AppDev\\Debug\\app_codec.obj

Which libraries must I include in my project to resolve the above errors.

Thanks.