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.