<?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: linking errors when using DV codec in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/linking-errors-when-using-DV-codec/m-p/859554#M7592</link>
    <description>&lt;P&gt;I forgot to post the definition of &lt;FONT size="2"&gt;&lt;FONT color="#030003"&gt;createDV25VideoEncoder&lt;/FONT&gt;():&lt;/FONT&gt;&lt;/P&gt;&lt;FONT size="2"&gt;&lt;FONT color="#030003" size="2"&gt;
&lt;P&gt;VideoEncoder&lt;/P&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt; *&lt;/FONT&gt;&lt;FONT color="#030003" size="2"&gt;createDV25VideoEncoder&lt;/FONT&gt;&lt;FONT size="2"&gt;()&lt;P&gt;&lt;/P&gt;
&lt;P&gt;{&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;FONT color="#030003" size="2"&gt;VideoEncoder&lt;/FONT&gt;&lt;FONT size="2"&gt;* &lt;/FONT&gt;&lt;FONT color="#030003" size="2"&gt;ptr&lt;/FONT&gt;&lt;FONT size="2"&gt; = &lt;/FONT&gt;&lt;FONT color="#0000ff" size="2"&gt;new&lt;/FONT&gt;&lt;FONT size="2"&gt; &lt;/FONT&gt;&lt;FONT color="#030003" size="2"&gt;DV25VideoEncoder&lt;/FONT&gt;&lt;FONT size="2"&gt;;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" size="2"&gt;return&lt;/FONT&gt;&lt;FONT size="2"&gt; &lt;/FONT&gt;&lt;FONT color="#030003" size="2"&gt;ptr&lt;/FONT&gt;&lt;FONT size="2"&gt;;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;}&lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;P&gt;&lt;FONT size="2"&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 28 May 2007 13:37:00 GMT</pubDate>
    <dc:creator>shyaki</dc:creator>
    <dc:date>2007-05-28T13:37:00Z</dc:date>
    <item>
      <title>linking errors when using DV codec</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/linking-errors-when-using-DV-codec/m-p/859553#M7591</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt; I tried to use the DV25 encoder, but I got the following linkage error:&lt;/P&gt;&lt;FONT size="1"&gt;
&lt;P&gt;dv_enc.lib(umc_dv25_video_encoder.obj) : error LNK2019: unresolved external symbol "public: __thiscall UMC::DVVideoEncoder::DVVideoEncoder(void)" (??0DVVideoEncoder@UMC@@QAE@XZ) referenced in function "public: __thiscall UMC::DV25VideoEncoder::DV25VideoEncoder(void)" (&lt;A href="mailto:??0DV25VideoEncoder@UMC@@QAE@XZ"&gt;??0DV25VideoEncoder@UMC@@QAE@XZ&lt;/A&gt;)&lt;/P&gt;&lt;/FONT&gt;&lt;FONT color="#008000" size="2"&gt;
&lt;P&gt;&lt;FONT color="#000000"&gt;I have linked dv25_enc.lib&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000"&gt;I can use the MPEG2 encoder correctly. &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000"&gt;Could you please give me some clue how to fix it? I attach my code in the end.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000"&gt;Thank you very much.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;// ipp_dv25_enc_con.cpp : Defines the entry point for the console application.&lt;/P&gt;
&lt;P&gt;//&lt;/P&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" size="2"&gt;
&lt;P&gt;#include&lt;/P&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt; &lt;/FONT&gt;&lt;FONT color="#a31515" size="2"&gt;"stdafx.h"&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" size="2"&gt;
&lt;P&gt;#include&lt;/P&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt; &lt;/FONT&gt;&lt;FONT color="#a31515" size="2"&gt;"ipps.h"&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" size="2"&gt;
&lt;P&gt;#include&lt;/P&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt; &lt;/FONT&gt;&lt;FONT color="#a31515" size="2"&gt;"umc_defs.h"&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" size="2"&gt;
&lt;P&gt;#include&lt;/P&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt; &lt;/FONT&gt;&lt;FONT color="#a31515" size="2"&gt;"umc_video_encoder.h"&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" size="2"&gt;
&lt;P&gt;#include&lt;/P&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt; &lt;/FONT&gt;&lt;FONT color="#a31515" size="2"&gt;"umc_dv25_video_encoder.h"&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" size="2"&gt;
&lt;P&gt;#include&lt;/P&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt; &lt;/FONT&gt;&lt;FONT color="#a31515" size="2"&gt;"umc_mpeg2_video_encoder.h"&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" size="2"&gt;
&lt;P&gt;using&lt;/P&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt; &lt;/FONT&gt;&lt;FONT color="#0000ff" size="2"&gt;namespace&lt;/FONT&gt;&lt;FONT size="2"&gt; &lt;/FONT&gt;&lt;FONT color="#030003" size="2"&gt;UMC&lt;/FONT&gt;&lt;FONT size="2"&gt;;&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" size="2"&gt;
&lt;P&gt;int&lt;/P&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt; &lt;/FONT&gt;&lt;FONT color="#030003" size="2"&gt;_tmain&lt;/FONT&gt;&lt;FONT size="2"&gt;(&lt;/FONT&gt;&lt;FONT color="#0000ff" size="2"&gt;int&lt;/FONT&gt;&lt;FONT size="2"&gt; &lt;/FONT&gt;&lt;FONT color="#030003" size="2"&gt;argc&lt;/FONT&gt;&lt;FONT size="2"&gt;, &lt;/FONT&gt;&lt;FONT color="#030003" size="2"&gt;_TCHAR&lt;/FONT&gt;&lt;FONT size="2"&gt;* &lt;/FONT&gt;&lt;FONT color="#030003" size="2"&gt;argv&lt;/FONT&gt;&lt;FONT size="2"&gt;[])&lt;P&gt;&lt;/P&gt;
&lt;P&gt;{&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;FONT color="#030003" size="2"&gt;VideoEncoder&lt;/FONT&gt;&lt;FONT size="2"&gt; *&lt;/FONT&gt;&lt;FONT color="#030003" size="2"&gt;pCodec&lt;/FONT&gt;&lt;FONT size="2"&gt;;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;FONT color="#008000" size="2"&gt;//pCodec = createMPEG2VideoEncoder();&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;
&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;FONT color="#030003" size="2"&gt;pCodec&lt;/FONT&gt;&lt;FONT size="2"&gt; = &lt;/FONT&gt;&lt;FONT color="#030003" size="2"&gt;createDV25VideoEncoder&lt;/FONT&gt;&lt;FONT size="2"&gt;();&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" size="2"&gt;if&lt;/FONT&gt;&lt;FONT size="2"&gt; (&lt;/FONT&gt;&lt;FONT color="#030003" size="2"&gt;pCodec&lt;/FONT&gt;&lt;FONT size="2"&gt;)&lt;P&gt;&lt;/P&gt;
&lt;P&gt;{&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" size="2"&gt;delete&lt;/FONT&gt;&lt;FONT size="2"&gt; &lt;/FONT&gt;&lt;FONT color="#030003" size="2"&gt;pCodec&lt;/FONT&gt;&lt;FONT size="2"&gt;;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;FONT color="#030003" size="2"&gt;pCodec&lt;/FONT&gt;&lt;FONT size="2"&gt; = &lt;/FONT&gt;&lt;FONT color="#030003" size="2"&gt;NULL&lt;/FONT&gt;&lt;FONT size="2"&gt;;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;}&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" size="2"&gt;return&lt;/FONT&gt;&lt;FONT size="2"&gt; 0;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;}&lt;/P&gt;&lt;/FONT&gt;</description>
      <pubDate>Mon, 28 May 2007 13:35:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/linking-errors-when-using-DV-codec/m-p/859553#M7591</guid>
      <dc:creator>shyaki</dc:creator>
      <dc:date>2007-05-28T13:35:14Z</dc:date>
    </item>
    <item>
      <title>Re: linking errors when using DV codec</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/linking-errors-when-using-DV-codec/m-p/859554#M7592</link>
      <description>&lt;P&gt;I forgot to post the definition of &lt;FONT size="2"&gt;&lt;FONT color="#030003"&gt;createDV25VideoEncoder&lt;/FONT&gt;():&lt;/FONT&gt;&lt;/P&gt;&lt;FONT size="2"&gt;&lt;FONT color="#030003" size="2"&gt;
&lt;P&gt;VideoEncoder&lt;/P&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt; *&lt;/FONT&gt;&lt;FONT color="#030003" size="2"&gt;createDV25VideoEncoder&lt;/FONT&gt;&lt;FONT size="2"&gt;()&lt;P&gt;&lt;/P&gt;
&lt;P&gt;{&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;FONT color="#030003" size="2"&gt;VideoEncoder&lt;/FONT&gt;&lt;FONT size="2"&gt;* &lt;/FONT&gt;&lt;FONT color="#030003" size="2"&gt;ptr&lt;/FONT&gt;&lt;FONT size="2"&gt; = &lt;/FONT&gt;&lt;FONT color="#0000ff" size="2"&gt;new&lt;/FONT&gt;&lt;FONT size="2"&gt; &lt;/FONT&gt;&lt;FONT color="#030003" size="2"&gt;DV25VideoEncoder&lt;/FONT&gt;&lt;FONT size="2"&gt;;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" size="2"&gt;return&lt;/FONT&gt;&lt;FONT size="2"&gt; &lt;/FONT&gt;&lt;FONT color="#030003" size="2"&gt;ptr&lt;/FONT&gt;&lt;FONT size="2"&gt;;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;}&lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;P&gt;&lt;FONT size="2"&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 May 2007 13:37:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/linking-errors-when-using-DV-codec/m-p/859554#M7592</guid>
      <dc:creator>shyaki</dc:creator>
      <dc:date>2007-05-28T13:37:00Z</dc:date>
    </item>
    <item>
      <title>Re: linking errors when using DV codec</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/linking-errors-when-using-DV-codec/m-p/859555#M7593</link>
      <description>&lt;P&gt;I was so suprised when I found out the reason.The DV25 codec is not finished!. I hope the intel guys will get it done soon.&lt;/P&gt;</description>
      <pubDate>Mon, 28 May 2007 21:06:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/linking-errors-when-using-DV-codec/m-p/859555#M7593</guid>
      <dc:creator>shyaki</dc:creator>
      <dc:date>2007-05-28T21:06:01Z</dc:date>
    </item>
    <item>
      <title>Re: linking errors when using DV codec</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/linking-errors-when-using-DV-codec/m-p/859556#M7594</link>
      <description>&lt;P&gt;Hi, DV25 codec is finished, it depends on dv_enc.lib, so you need to add this lib in your linker options&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt; Vladimir&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jun 2007 19:39:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/linking-errors-when-using-DV-codec/m-p/859556#M7594</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2007-06-11T19:39:22Z</dc:date>
    </item>
  </channel>
</rss>

