<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Errors in running UMC MPEG4 Video Decoder Example in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/Errors-in-running-UMC-MPEG4-Video-Decoder-Example/m-p/893945#M11850</link>
    <description>Thanks so much &lt;STRONG&gt;Chao&lt;/STRONG&gt;,&lt;BR /&gt;&lt;BR /&gt;I have done what you said and add the following lib to Additional Dependencies:&lt;BR /&gt;&lt;BR /&gt;ippcorel.lib&lt;BR /&gt;ippacemerged.lib&lt;BR /&gt;ippacmerged.lib&lt;BR /&gt;ippccemerged.lib&lt;BR /&gt;ippccmerged.lib&lt;BR /&gt;ippdcemerged.lib&lt;BR /&gt;ippdcmerged.lib&lt;BR /&gt;ippiemerged.lib&lt;BR /&gt;ippimerged.lib&lt;BR /&gt;ippjemerged.lib&lt;BR /&gt;ippjmerged.lib&lt;BR /&gt;ippsemerged.lib&lt;BR /&gt;ippsmerged.lib&lt;BR /&gt;ippvcemerged.lib&lt;BR /&gt;ippvcmerged.lib&lt;BR /&gt;winmm.lib&lt;BR /&gt;umc.lib&lt;BR /&gt;umc_io.lib&lt;BR /&gt;vm.lib&lt;BR /&gt;vm_plus.lib&lt;BR /&gt;video_renders.lib&lt;BR /&gt;avi_spl.lib&lt;BR /&gt;color_space_converter.lib&lt;BR /&gt;common.lib&lt;BR /&gt;demuxer.lib&lt;BR /&gt;media_buffers.lib&lt;BR /&gt;scene_analyzer.lib&lt;BR /&gt;spl_common.lib&lt;BR /&gt;mpeg4_mux.lib&lt;BR /&gt;mpeg4_spl.lib&lt;BR /&gt;mpeg4_enc.lib&lt;BR /&gt;mpeg4_dec.lib&lt;BR /&gt;&lt;BR /&gt;(I did not change anything more!)&lt;BR /&gt;Maybe some of them are being redundant, but it works with a warning and without any error:&lt;BR /&gt;1&amp;gt;LINK : warning LNK4098: defaultlib 'MSVCRT' conflicts with use of other libs; use /NODEFAULTLIB:library&lt;BR /&gt;&lt;BR /&gt;So thanks you very much for your help &lt;STRONG&gt;Chao&lt;/STRONG&gt;.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 17 Aug 2009 05:45:32 GMT</pubDate>
    <dc:creator>Heidarian</dc:creator>
    <dc:date>2009-08-17T05:45:32Z</dc:date>
    <item>
      <title>Errors in running UMC MPEG4 Video Decoder Example</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Errors-in-running-UMC-MPEG4-Video-Decoder-Example/m-p/893942#M11847</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;There is an example in UMC manual (example 4.55 on page 623 of umc_manual.pdf) on MPEG4Video Decoder.&lt;BR /&gt;I created a new console app. project in VS 2008, and add  that example to "Source Files", and also add the required Include directory to "Include files" of the project option (nothing else added) but when I rebuild the project I get the such following errors:&lt;BR /&gt;&lt;BR /&gt;1&amp;gt;mp4decoder.obj : error LNK2019: unresolved external symbol "public: virtual int __thiscall UMC::FWVideoRender::RenderFrame(void)" (?RenderFrame@FWVideoRender@UMC@@UAEHXZ) referenced in function _main&lt;BR /&gt;&lt;BR /&gt;There are more errors of this kind (error LNK2019)!&lt;BR /&gt;Could you please tell me what is the problem? Should I add more path to the project??&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.</description>
      <pubDate>Sun, 16 Aug 2009 05:55:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Errors-in-running-UMC-MPEG4-Video-Decoder-Example/m-p/893942#M11847</guid>
      <dc:creator>Heidarian</dc:creator>
      <dc:date>2009-08-16T05:55:57Z</dc:date>
    </item>
    <item>
      <title>Re: Errors in running UMC MPEG4 Video Decoder Example</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Errors-in-running-UMC-MPEG4-Video-Decoder-Example/m-p/893943#M11848</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;&lt;BR /&gt;Isnt there anyone who could help me??!!&lt;BR /&gt;After two days struggling with this problem, i am now really confused!!&lt;BR /&gt;I have added the following library:&lt;BR /&gt;&lt;BR /&gt;ipps.lib&lt;BR /&gt;ippi.lib&lt;BR /&gt;ippvc.lib&lt;BR /&gt;ippcc.lib&lt;BR /&gt;umc.lib&lt;BR /&gt;umc_io.lib&lt;BR /&gt;vm.lib&lt;BR /&gt;ippcore.lib&lt;BR /&gt;ippcorel.lib&lt;BR /&gt;ippimerged.lib&lt;BR /&gt;ippiemerged.lib&lt;BR /&gt;ippcvemerged.lib&lt;BR /&gt;ippmemerged.lib&lt;BR /&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;and also add the following Include path:&lt;BR /&gt;&lt;BR /&gt;C:ipp-samplesaudio-video-codecsiomedia_buffersinclude&lt;BR /&gt;C:ipp-samplesaudio-video-codecsiovideo_rendersinclude&lt;BR /&gt;C:ipp-samplesaudio-video-codecscodecmpeg4_decinclude&lt;BR /&gt;C:ipp-samplesaudio-video-codecscodecspl_commoninclude&lt;BR /&gt;C:ipp-samplesaudio-video-codecscodecavi_splinclude&lt;BR /&gt;C:ipp-samplesaudio-video-codecsioumc_ioinclude&lt;BR /&gt;C:ipp-samplesaudio-video-codecscodeccolor_space_converterinclude&lt;BR /&gt;C:ipp-samplesaudio-video-codecscorevm_plusinclude&lt;BR /&gt;C:ipp-samplesaudio-video-codecscorevminclude&lt;BR /&gt;C:ipp-samplesaudio-video-codecscoreumcinclude&lt;BR /&gt;C:Program FilesIntelIPP6.1.0.032ia32include&lt;BR /&gt;&lt;BR /&gt;the folowling lib path:&lt;BR /&gt;&lt;BR /&gt;C:ipp-samplesaudio-video-codecs_binwin32_cl9lib&lt;BR /&gt;C:Program FilesIntelIPP6.1.0.032ia32lib&lt;BR /&gt;C:Program FilesIntelIPP6.1.0.032ia32stublib&lt;BR /&gt;&lt;BR /&gt;BUT I STILL GOT 18 ERRORS AS FOLLOW:&lt;BR /&gt;&lt;BR /&gt;1&amp;gt;LINK : warning LNK4098: defaultlib 'MSVCRT' conflicts with use of other libs; use /NODEFAULTLIB:library&lt;BR /&gt;1&amp;gt;mpegdec.obj : error LNK2019: unresolved external symbol "public: virtual int __thiscall UMC::FWVideoRender::RenderFrame(void)" (?RenderFrame@FWVideoRender@UMC@@UAEHXZ) referenced in function _main&lt;BR /&gt;&lt;BR /&gt;1&amp;gt;mpegdec.obj : error LNK2019: unresolved external symbol "public: virtual int __thiscall UMC::FWVideoRender::GetRenderFrame(double *)" (?GetRenderFrame@FWVideoRender@UMC@@UAEHPAN@Z) referenced in function _main&lt;BR /&gt;&lt;BR /&gt;1&amp;gt;mpegdec.obj : error LNK2019: unresolved external symbol "public: virtual int __thiscall UMC::FWVideoRender::UnLockInputBuffer(class UMC::MediaData *,int)" (?UnLockInputBuffer@FWVideoRender@UMC@@UAEHPAVMediaData@2@H@Z) referenced in function _main&lt;BR /&gt;&lt;BR /&gt;1&amp;gt;mpegdec.obj : error LNK2019: unresolved external symbol "public: virtual int __thiscall UMC::MPEG4VideoDecoder::GetFrame(class UMC::MediaData *,class UMC::MediaData *)" (?GetFrame@MPEG4VideoDecoder@UMC@@UAEHPAVMediaData@2@0@Z) referenced in function _main&lt;BR /&gt;&lt;BR /&gt;1&amp;gt;mpegdec.obj : error LNK2019: unresolved external symbol "public: virtual int __thiscall UMC::FWVideoRender::LockInputBuffer(class UMC::MediaData *)" (?LockInputBuffer@FWVideoRender@UMC@@UAEHPAVMediaData@2@@Z) referenced in function _main&lt;BR /&gt;1&amp;gt;mpegdec.obj : error LNK2019: unresolved external symbol "public: virtual int __thiscall UMC::IndexSplitter::GetNextData(class UMC::MediaData *,unsigned int)" (?GetNextData@IndexSplitter@UMC@@UAEHPAVMediaData@2@I@Z) referenced in function _main&lt;BR /&gt;1&amp;gt;mpegdec.obj : error LNK2019: unresolved external symbol "public: virtual int __thiscall UMC::FWVideoRender::Init(class UMC::MediaReceiverParams *)" (?Init@FWVideoRender@UMC@@UAEHPAVMediaReceiverParams@2@@Z) referenced in function _main&lt;BR /&gt;1&amp;gt;mpegdec.obj : error LNK2019: unresolved external symbol "public: virtual int __thiscall UMC::MPEG4VideoDecoder::Init(class UMC::BaseCodecParams *)" (?Init@MPEG4VideoDecoder@UMC@@UAEHPAVBaseCodecParams@2@@Z) referenced in function _main&lt;BR /&gt;1&amp;gt;mpegdec.obj : error LNK2019: unresolved external symbol "public: virtual int __thiscall UMC::IndexSplitter::GetInfo(class UMC::SplitterInfo * *)" (?GetInfo@IndexSplitter@UMC@@UAEHPAPAVSplitterInfo@2@@Z) referenced in function _main&lt;BR /&gt;1&amp;gt;mpegdec.obj : error LNK2019: unresolved external symbol "public: virtual int __thiscall UMC::AVISplitter::Run(void)" (?Run@AVISplitter@UMC@@UAEHXZ) referenced in function _main&lt;BR /&gt;1&amp;gt;mpegdec.obj : error LNK2019: unresolved external symbol "public: virtual int __thiscall UMC::AVISplitter::Init(class UMC::SplitterParams &amp;amp;)" (?Init@AVISplitter@UMC@@UAEHAAVSplitterParams@2@@Z) referenced in function _main&lt;BR /&gt;1&amp;gt;mpegdec.obj : error LNK2019: unresolved external symbol "public: virtual __thiscall UMC::AVISplitter::~AVISplitter(void)" (??1AVISplitter@UMC@@UAE@XZ) referenced in function _main&lt;BR /&gt;1&amp;gt;mpegdec.obj : error LNK2019: unresolved external symbol "public: virtual __thiscall UMC::MPEG4VideoDecoder::~MPEG4VideoDecoder(void)" (??1MPEG4VideoDecoder@UMC@@UAE@XZ) referenced in function _main&lt;BR /&gt;1&amp;gt;mpegdec.obj : error LNK2019: unresolved external symbol "public: virtual __thiscall UMC::FWVideoRender::~FWVideoRender(void)" (??1FWVideoRender@UMC@@UAE@XZ) referenced in function _main&lt;BR /&gt;1&amp;gt;mpegdec.obj : error LNK2019: unresolved external symbol "public: __thiscall UMC::FWVideoRender::FWVideoRender(void)" (??0FWVideoRender@UMC@@QAE@XZ) referenced in function _main&lt;BR /&gt;1&amp;gt;mpegdec.obj : error LNK2019: unresolved external symbol "public: __thiscall UMC::MPEG4VideoDecoder::MPEG4VideoDecoder(void)" (??0MPEG4VideoDecoder@UMC@@QAE@XZ) referenced in function _main&lt;BR /&gt;1&amp;gt;mpegdec.obj : error LNK2019: unresolved external symbol "public: __thiscall UMC::AVISplitter::AVISplitter(void)" (??0AVISplitter@UMC@@QAE@XZ) referenced in function _main&lt;BR /&gt;1&amp;gt;C:ipp-samplesaudio-video-codecsapplicationmpegdecDebugmpegdec.exe : fatal error LNK1120: 17 unresolved externals&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Please help!! I am really tired!&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;/STRONG&gt;</description>
      <pubDate>Sun, 16 Aug 2009 17:34:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Errors-in-running-UMC-MPEG4-Video-Decoder-Example/m-p/893943#M11848</guid>
      <dc:creator>Heidarian</dc:creator>
      <dc:date>2009-08-16T17:34:44Z</dc:date>
    </item>
    <item>
      <title>Re: Errors in running UMC MPEG4 Video Decoder Example</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Errors-in-running-UMC-MPEG4-Video-Decoder-Example/m-p/893944#M11849</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;Hello, &lt;BR /&gt;&lt;BR /&gt;The libraries you linked with do not look correct. Both IPP stub libraries (dynamic libraries) and static libraries are linked with your application. You only need to add one of them. &lt;BR /&gt;&lt;BR /&gt;Try to add following libraries in the projects, and see how it works.&lt;BR /&gt;&lt;BR /&gt;1&amp;gt; IPP libraries: &lt;BR /&gt;&lt;BR /&gt;ippcorel.lib ippacemerged.lib ippacmerged.lib ippccemerged.lib ippccmerged.lib ippdcemerged.lib ippdcmerged.lib ippiemerged.lib ippimerged.lib ippjemerged.lib ippjmerged.lib ippsemerged.lib ippsmerged.lib ippvcemerged.lib ippvcmerged.lib &lt;BR /&gt;&lt;BR /&gt;2&amp;gt; the system and DirectX libraries: &lt;BR /&gt;winmm.lib ddraw.lib dsound.lib pdh.lib&lt;BR /&gt;&lt;BR /&gt;3&amp;gt; UMC audio and codec libraries: &lt;BR /&gt;the libraries located at you "C:ipp-samplesaudio-video-codecs_binwin32_cl9lib"&lt;BR /&gt;&lt;BR /&gt;btw, there is some Visual Studio Project files at UMC sample application. User the project files may be easier for you build the application.&lt;BR /&gt;w_ipp-samples_p_6.0.0.130_audio-video-codecsipp-samplesaudio-video-codecsapplicationxxxx&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Chao&lt;BR /&gt;</description>
      <pubDate>Mon, 17 Aug 2009 02:28:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Errors-in-running-UMC-MPEG4-Video-Decoder-Example/m-p/893944#M11849</guid>
      <dc:creator>Chao_Y_Intel</dc:creator>
      <dc:date>2009-08-17T02:28:17Z</dc:date>
    </item>
    <item>
      <title>Re: Errors in running UMC MPEG4 Video Decoder Example</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Errors-in-running-UMC-MPEG4-Video-Decoder-Example/m-p/893945#M11850</link>
      <description>Thanks so much &lt;STRONG&gt;Chao&lt;/STRONG&gt;,&lt;BR /&gt;&lt;BR /&gt;I have done what you said and add the following lib to Additional Dependencies:&lt;BR /&gt;&lt;BR /&gt;ippcorel.lib&lt;BR /&gt;ippacemerged.lib&lt;BR /&gt;ippacmerged.lib&lt;BR /&gt;ippccemerged.lib&lt;BR /&gt;ippccmerged.lib&lt;BR /&gt;ippdcemerged.lib&lt;BR /&gt;ippdcmerged.lib&lt;BR /&gt;ippiemerged.lib&lt;BR /&gt;ippimerged.lib&lt;BR /&gt;ippjemerged.lib&lt;BR /&gt;ippjmerged.lib&lt;BR /&gt;ippsemerged.lib&lt;BR /&gt;ippsmerged.lib&lt;BR /&gt;ippvcemerged.lib&lt;BR /&gt;ippvcmerged.lib&lt;BR /&gt;winmm.lib&lt;BR /&gt;umc.lib&lt;BR /&gt;umc_io.lib&lt;BR /&gt;vm.lib&lt;BR /&gt;vm_plus.lib&lt;BR /&gt;video_renders.lib&lt;BR /&gt;avi_spl.lib&lt;BR /&gt;color_space_converter.lib&lt;BR /&gt;common.lib&lt;BR /&gt;demuxer.lib&lt;BR /&gt;media_buffers.lib&lt;BR /&gt;scene_analyzer.lib&lt;BR /&gt;spl_common.lib&lt;BR /&gt;mpeg4_mux.lib&lt;BR /&gt;mpeg4_spl.lib&lt;BR /&gt;mpeg4_enc.lib&lt;BR /&gt;mpeg4_dec.lib&lt;BR /&gt;&lt;BR /&gt;(I did not change anything more!)&lt;BR /&gt;Maybe some of them are being redundant, but it works with a warning and without any error:&lt;BR /&gt;1&amp;gt;LINK : warning LNK4098: defaultlib 'MSVCRT' conflicts with use of other libs; use /NODEFAULTLIB:library&lt;BR /&gt;&lt;BR /&gt;So thanks you very much for your help &lt;STRONG&gt;Chao&lt;/STRONG&gt;.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 17 Aug 2009 05:45:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Errors-in-running-UMC-MPEG4-Video-Decoder-Example/m-p/893945#M11850</guid>
      <dc:creator>Heidarian</dc:creator>
      <dc:date>2009-08-17T05:45:32Z</dc:date>
    </item>
  </channel>
</rss>

