mpeg4_dec.lib(mp4decvop.obj) : warning LNK4204: 'c:\...
\AtsPlaybackMpeg4\Debug\vc80.pdb' is missing debugging information for
referencing module; linking object as if no debug info
For every Intel IPP library. Was not getting this message but
something has changed. The log file for the Intel IPP library compile
clearly indicates that /ZI and /Od are both in force. Yet whether I am
compiling Release or Debug under VS2005, a flood of the above messages
occurs.
Have deleted the entire Release and Debug directories, no help.
Have removed the NCB file, no help.
Have recompiled the Intel IPP libraries, no help.
Have rebuilt solution, no help.
Exactly what is the linker saying? That my MFC application is not
compiled with /ZI and /Od? That the library, e.g., mpeg4_dec.lib, is
not compiled with /ZI and /Od? Have seen many references to this error
on the web, but no suggestion has helped. Thanks.