<?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 creating a static linked application without dispatching using UMC in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/creating-a-static-linked-application-without-dispatching-using/m-p/901697#M12852</link>
    <description>&lt;P&gt;Hi!&lt;/P&gt;
&lt;P&gt;My question is how can I do this? I found this:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Single Processor Static Linkage&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;In this example, our target system processor is an Intel Pentium 4 processor:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Add the file &lt;STRONG&gt;ippsmerged.lib&lt;/STRONG&gt; to your project and its source tree. 
&lt;/LI&gt;&lt;LI&gt;Include &lt;STRONG&gt;ipp_w7.h&lt;/STRONG&gt; for Intel Pentium 4 processor, this inclusion must be before the other Intel IPP header files. 
&lt;/LI&gt;&lt;LI&gt;Add the file &lt;STRONG&gt;ippcorel.lib&lt;/STRONG&gt; to your project and its source tree. 
&lt;/LI&gt;&lt;LI&gt;Include &lt;STRONG&gt;ipp.h&lt;/STRONG&gt; as normal, after the header &lt;STRONG&gt;ipp_w7.h.&lt;/STRONG&gt; 
&lt;/LI&gt;&lt;LI&gt;Call Intel IPP functions normally from your application.&lt;/LI&gt;&lt;/OL&gt;
&lt;P&gt;I put #include "ipp_w7.h" into my application but it says that the UMC classes are not OKAY. For example Error6error LNK2001: unresolved external symbol &lt;A href="mailto:_ippiBGRToYCbCr422_8u_C3C2R@24"&gt;_ippiBGRToYCbCr422_8u_C3C2R@24&lt;/A&gt;color_space_converter.lib. I don't really know how to say to the umc classes that I don't want dispatching.&lt;/P&gt;
&lt;P&gt;Thanks in advance, for all help. Greetings,&lt;/P&gt;
&lt;P&gt;Bendeguy&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 07 Nov 2006 20:56:30 GMT</pubDate>
    <dc:creator>bendeguy</dc:creator>
    <dc:date>2006-11-07T20:56:30Z</dc:date>
    <item>
      <title>creating a static linked application without dispatching using UMC</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/creating-a-static-linked-application-without-dispatching-using/m-p/901697#M12852</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;
&lt;P&gt;My question is how can I do this? I found this:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Single Processor Static Linkage&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;In this example, our target system processor is an Intel Pentium 4 processor:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Add the file &lt;STRONG&gt;ippsmerged.lib&lt;/STRONG&gt; to your project and its source tree. 
&lt;/LI&gt;&lt;LI&gt;Include &lt;STRONG&gt;ipp_w7.h&lt;/STRONG&gt; for Intel Pentium 4 processor, this inclusion must be before the other Intel IPP header files. 
&lt;/LI&gt;&lt;LI&gt;Add the file &lt;STRONG&gt;ippcorel.lib&lt;/STRONG&gt; to your project and its source tree. 
&lt;/LI&gt;&lt;LI&gt;Include &lt;STRONG&gt;ipp.h&lt;/STRONG&gt; as normal, after the header &lt;STRONG&gt;ipp_w7.h.&lt;/STRONG&gt; 
&lt;/LI&gt;&lt;LI&gt;Call Intel IPP functions normally from your application.&lt;/LI&gt;&lt;/OL&gt;
&lt;P&gt;I put #include "ipp_w7.h" into my application but it says that the UMC classes are not OKAY. For example Error6error LNK2001: unresolved external symbol &lt;A href="mailto:_ippiBGRToYCbCr422_8u_C3C2R@24"&gt;_ippiBGRToYCbCr422_8u_C3C2R@24&lt;/A&gt;color_space_converter.lib. I don't really know how to say to the umc classes that I don't want dispatching.&lt;/P&gt;
&lt;P&gt;Thanks in advance, for all help. Greetings,&lt;/P&gt;
&lt;P&gt;Bendeguy&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Nov 2006 20:56:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/creating-a-static-linked-application-without-dispatching-using/m-p/901697#M12852</guid>
      <dc:creator>bendeguy</dc:creator>
      <dc:date>2006-11-07T20:56:30Z</dc:date>
    </item>
    <item>
      <title>Re: creating a static linked application without dispatching us</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/creating-a-static-linked-application-without-dispatching-using/m-p/901698#M12853</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;do you link with IPP static libraries?&lt;/P&gt;
&lt;P&gt;Please double check that ipp_w7.h file is included before any IPP headers (this requirement also for UMC files, where IPP headers are included)&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt; Vladimir&lt;/P&gt;</description>
      <pubDate>Fri, 17 Nov 2006 00:43:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/creating-a-static-linked-application-without-dispatching-using/m-p/901698#M12853</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2006-11-17T00:43:54Z</dc:date>
    </item>
    <item>
      <title>Re: creating a static linked application without dispatching us</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/creating-a-static-linked-application-without-dispatching-using/m-p/901699#M12854</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I also have similar type of linker error in my VC8 C++ project. I included &lt;BR /&gt;#include &lt;STDIO.H&gt;&lt;BR /&gt;#include &lt;STDLIB.H&gt;&lt;BR /&gt;#include "ippdefs.h"&lt;BR /&gt;#include "ippcore.h"&lt;BR /&gt;#include "ipps.h"&lt;BR /&gt;#include "ippi.h"&lt;BR /&gt;#include "ippj.h"&lt;BR /&gt;#include "ippcc.h"&lt;BR /&gt;#include "vm_time.h"&lt;BR /&gt;#include "umc_defs.h"&lt;BR /&gt;#include "umc_structures.h"&lt;BR /&gt;#include "umc_data_reader.h"&lt;BR /&gt;#include "umc_splitter.h"&lt;BR /&gt;#include "umc_video_decoder.h"&lt;BR /&gt;#include "umc_video_data.h"&lt;BR /&gt;#include "umc_file_reader.h"&lt;BR /&gt;#include "umc_fio_reader.h"&lt;BR /&gt;#include "umc_avi_splitter.h"&lt;BR /&gt;#include "umc_mjpeg_video_decoder.h"&lt;BR /&gt;#include "fw_video_render.h"&lt;BR /&gt;&lt;BR /&gt;Then, I added appropriate libs&lt;BR /&gt;umc.lib ippimerged.lib ippjmerged.lib ippsmerged.lib ippsemerged.lib ippcorel.lib video_renders.lib vm.lib umc_io.lib media_buffers.lib jpeg.lib ippiemerged.lib ippjemerged.lib avi_spl.lib vm_plus.lib spl_common.lib color_space_converter.lib ippccemerged.lib ippccmerged.lib&lt;BR /&gt;&lt;BR /&gt;However, I couldn't stop getting those error messages.&lt;BR /&gt;&lt;BR /&gt;1&amp;gt;color_space_converter.lib(umc_color_space_conversion.obj) : error LNK2019: unresolved external symbol _ippiRangeMapping_VC1_8u_C1R@28 referenced in function "int __cdecl CopyImage(class UMC::VideoData *,class UMC::VideoData *,int,int)" (?CopyImage@@YAHPAVVideoData@UMC@@0HH@Z)&lt;BR /&gt;1&amp;gt;color_space_converter.lib(umc_deinterlacing.obj) : error LNK2019: unresolved external symbol _ippiDeinterlaceFilterTriangle_8u_C1R@32 referenced in function "public: virtual int __thiscall UMC::Deinterlacing::GetFrame(class UMC::MediaData *,class UMC::MediaData *)" (?GetFrame@Deinterlacing@UMC@@UAEHPAVMediaData@2@0@Z)&lt;BR /&gt;1&amp;gt;C:Documents and SettingscagriMy DocumentsVisual Studio 2005ProjectsDiskDebugDisk.exe : fatal error LNK1120: 2 unresolved externals&lt;BR /&gt;&lt;BR /&gt;Am i doing somethig wrong or missing something?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance...&lt;BR /&gt;&lt;/STDLIB.H&gt;&lt;/STDIO.H&gt;</description>
      <pubDate>Thu, 24 Jul 2008 08:54:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/creating-a-static-linked-application-without-dispatching-using/m-p/901699#M12854</guid>
      <dc:creator>bedhead</dc:creator>
      <dc:date>2008-07-24T08:54:08Z</dc:date>
    </item>
    <item>
      <title>Re: creating a static linked application without dispatching us</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/creating-a-static-linked-application-without-dispatching-using/m-p/901700#M12855</link>
      <description>&lt;P&gt;There is definetely something wrong and something missed. You did not check with IPP documentation in which IPP library these particular functions are defined (and that is wrong). As a result you missed ippvcemerged and ippvcmerged libraries in your link list.&lt;/P&gt;
&lt;P&gt;Please pay attention to product documentation before use. That is especially important for such a huge software product like IPP is (and the importance is doubled if you are novice with IPP).&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt; Vladimir&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jul 2008 09:40:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/creating-a-static-linked-application-without-dispatching-using/m-p/901700#M12855</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2008-07-24T09:40:39Z</dc:date>
    </item>
  </channel>
</rss>

