<?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: Problem running IPP sample in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/Problem-running-IPP-sample/m-p/994293#M22721</link>
    <description>&lt;DIV&gt;Hi,&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;please make sure you use latest version of IPP and samples. As I can see your output is from MSVC project, but we released makefile based sample in IPP v4.1.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Regards,&lt;/DIV&gt;
&lt;DIV&gt; Vladimir&lt;/DIV&gt;</description>
    <pubDate>Sat, 12 Mar 2005 02:55:49 GMT</pubDate>
    <dc:creator>Vladimir_Dudnik</dc:creator>
    <dc:date>2005-03-12T02:55:49Z</dc:date>
    <item>
      <title>Problem running IPP sample</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Problem-running-IPP-sample/m-p/994292#M22720</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am using IPP library to run a sample downloaded from this webpage &lt;A href="http://developer.intel.com/software/products/ipp/samples.htm" target="_blank"&gt;http://developer.intel.com/software/products/ipp/samples.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I am trying to run the cjpeg.c file. I am getting the following as error:&lt;BR /&gt;Deleting intermediate files and output files for project 'cjpeg - Win32 Debug'.&lt;BR /&gt;--------------------Configuration: cjpeg - Win32 Debug--------------------&lt;BR /&gt;Compiling...&lt;BR /&gt;cjpeg.c&lt;BR /&gt;jerror.c&lt;BR /&gt;cdjpeg.c&lt;BR /&gt;Linking...&lt;BR /&gt;IPO Error: unresolved : _jpeg_destroy_compress&lt;BR /&gt;        Referenced in .Debugcjpeg.obj&lt;BR /&gt;IPO Error: unresolved : _jpeg_finish_compress&lt;BR /&gt;        Referenced in .Debugcjpeg.obj&lt;BR /&gt;IPO Error: unresolved : _jpeg_write_scanlines&lt;BR /&gt;        Referenced in .Debugcjpeg.obj&lt;BR /&gt;IPO Error: unresolved : _jpeg_start_compress&lt;BR /&gt;        Referenced in .Debugcjpeg.obj&lt;BR /&gt;IPO Error: unresolved : _jpeg_stdio_dest&lt;BR /&gt;        Referenced in .Debugcjpeg.obj&lt;BR /&gt;IPO Error: unresolved : _jpeg_default_colorspace&lt;BR /&gt;        Referenced in .Debugcjpeg.obj&lt;BR /&gt;IPO Error: unresolved : _jpeg_set_defaults&lt;BR /&gt;        Referenced in .Debugcjpeg.obj&lt;BR /&gt;IPO Error: unresolved : _jpeg_CreateCompress&lt;BR /&gt;        Referenced in .Debugcjpeg.obj&lt;BR /&gt;IPO Error: unresolved : _jinit_read_ppm&lt;BR /&gt;        Referenced in .Debugcjpeg.obj&lt;BR /&gt;IPO Error: unresolved : _jinit_read_gif&lt;BR /&gt;        Referenced in .Debugcjpeg.obj&lt;BR /&gt;IPO Error: unresolved : _jinit_read_bmp&lt;BR /&gt;        Referenced in .Debugcjpeg.obj&lt;BR /&gt;IPO Error: unresolved : _jinit_read_targa&lt;BR /&gt;        Referenced in .Debugcjpeg.obj&lt;BR /&gt;IPO Error: unresolved : _read_scan_script&lt;BR /&gt;        Referenced in .Debugcjpeg.obj&lt;BR /&gt;IPO Error: unresolved : _jpeg_simple_progression&lt;BR /&gt;        Referenced in .Debugcjpeg.obj&lt;BR /&gt;IPO Error: unresolved : _set_sample_factors&lt;BR /&gt;        Referenced in .Debugcjpeg.obj&lt;BR /&gt;IPO Error: unresolved : _set_quant_slots&lt;BR /&gt;        Referenced in .Debugcjpeg.obj&lt;BR /&gt;IPO Error: unresolved : _read_quant_tables&lt;BR /&gt;        Referenced in .Debugcjpeg.obj&lt;BR /&gt;IPO Error: unresolved : _jpeg_set_quality&lt;BR /&gt;        Referenced in .Debugcjpeg.obj&lt;BR /&gt;IPO Error: unresolved : _jpeg_quality_scaling&lt;BR /&gt;        Referenced in .Debugcjpeg.obj&lt;BR /&gt;IPO Error: unresolved : _jpeg_set_colorspace&lt;BR /&gt;        Referenced in .Debugcjpeg.obj&lt;BR /&gt;IPO Error: unresolved : _jpeg_destroy&lt;BR /&gt;        Referenced in .Debugjerror.obj&lt;BR /&gt;xilink6: executing 'C:PROGRA~1MICROS~4VC98Binlink.exe'&lt;BR /&gt;cjpeg.obj : error LNK2001: unresolved external symbol _jpeg_destroy_compress&lt;BR /&gt;cjpeg.obj : error LNK2001: unresolved external symbol _jpeg_finish_compress&lt;BR /&gt;cjpeg.obj : error LNK2001: unresolved external symbol _jpeg_write_scanlines&lt;BR /&gt;cjpeg.obj : error LNK2001: unresolved external symbol _jpeg_start_compress&lt;BR /&gt;cjpeg.obj : error LNK2001: unresolved external symbol _jpeg_stdio_dest&lt;BR /&gt;cjpeg.obj : error LNK2001: unresolved external symbol _jpeg_default_colorspace&lt;BR /&gt;cjpeg.obj : error LNK2001: unresolved external symbol _jpeg_set_defaults&lt;BR /&gt;cjpeg.obj : error LNK2001: unresolved external symbol _jpeg_CreateCompress&lt;BR /&gt;cjpeg.obj : error LNK2001: unresolved external symbol _jinit_read_ppm&lt;BR /&gt;cjpeg.obj : error LNK2001: unresolved external symbol _jinit_read_gif&lt;BR /&gt;cjpeg.obj : error LNK2001: unresolved external symbol _jinit_read_bmp&lt;BR /&gt;cjpeg.obj : error LNK2001: unresolved external symbol _jinit_read_targa&lt;BR /&gt;cjpeg.obj : error LNK2001: unresolved external symbol _read_scan_script&lt;BR /&gt;cjpeg.obj : error LNK2001: unresolved external symbol _jpeg_simple_progression&lt;BR /&gt;cjpeg.obj : error LNK2001: un
resolved external symbol _set_sample_factors&lt;BR /&gt;cjpeg.obj : error LNK2001: unresolved external symbol _set_quant_slots&lt;BR /&gt;cjpeg.obj : error LNK2001: unresolved external symbol _read_quant_tables&lt;BR /&gt;cjpeg.obj : error LNK2001: unresolved external symbol _jpeg_set_quality&lt;BR /&gt;cjpeg.obj : error LNK2001: unresolved external symbol _jpeg_quality_scaling&lt;BR /&gt;cjpeg.obj : error LNK2001: unresolved external symbol _jpeg_set_colorspace&lt;BR /&gt;jerror.obj : error LNK2001: unresolved external symbol _jpeg_destroy&lt;BR /&gt;Debug/cjpeg.exe : fatal error LNK1120: 21 unresolved externals&lt;BR /&gt;Error executing xilink6.exe.&lt;BR /&gt;&lt;BR /&gt;cjpeg.exe - 43 error(s), 0 warning(s)&lt;BR /&gt;-----------------------------------------------------------------&lt;BR /&gt;&lt;BR /&gt;I am using Windows XP professional and VC++ version6.0&lt;BR /&gt;&lt;BR /&gt;In VC, under my cjpeg.c workspace I have three files: cdjpeg.c cjpeg.c jerror.c&lt;BR /&gt;In the external dependancies I have :&lt;BR /&gt;basetsd.h, cderror.h, cdjpeg.h, ippcore.h, ippdefs.h, jconfig.h, jerror.h, jinclude.h, jmorecfg.h, jpeglib.h and jversion.h&lt;BR /&gt;&lt;BR /&gt;Inside the project settings under C/C++ tab I have the following preprocessor definitions:&lt;BR /&gt;WIN32,_DEBUG,_CONSOLE,_MBCS,_AFXDLL&lt;BR /&gt;and the following in the project options&lt;BR /&gt;&lt;BR /&gt;/nologo /MDd /W3 /Gm /GX /ZI /Od /I "C:Documents and SettingsAmolDesktopw_ipp-sample-jpeg_p_4-1.1.007ipp_samplejpegIJG\_include" /I "C:Documents and SettingsAmolDesktopw_ipp-sample-jpeg_p_4-1.1.007ipp_samplejpegIJGinclude" /I "C:Program FilesIntelIPP41_evalia32_itaniuminclude" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_AFXDLL" /Fp"Debug/cjpeg.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c &lt;BR /&gt;&lt;BR /&gt;Inside the link tab -&amp;gt; general, I have following object/library modules: &lt;BR /&gt;kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib ippcore.lib&lt;BR /&gt;&lt;BR /&gt;and in the link -&amp;gt; input I have the following additional library paths:&lt;BR /&gt;C:Program FilesIntelIPP41_evalia32_itaniumstublib,C:Program FilesIntelIPP41_evalia32_itanium&amp;#8;in,C:Program FilesIntelIPP41_evalia32_itanium&amp;#8;inwin32&lt;BR /&gt;&lt;BR /&gt;Any help would be appreciated.&lt;BR /&gt;Regards,&lt;BR /&gt;Amol Ghanekar</description>
      <pubDate>Fri, 11 Mar 2005 09:16:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Problem-running-IPP-sample/m-p/994292#M22720</guid>
      <dc:creator>gotrojan</dc:creator>
      <dc:date>2005-03-11T09:16:15Z</dc:date>
    </item>
    <item>
      <title>Re: Problem running IPP sample</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Problem-running-IPP-sample/m-p/994293#M22721</link>
      <description>&lt;DIV&gt;Hi,&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;please make sure you use latest version of IPP and samples. As I can see your output is from MSVC project, but we released makefile based sample in IPP v4.1.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Regards,&lt;/DIV&gt;
&lt;DIV&gt; Vladimir&lt;/DIV&gt;</description>
      <pubDate>Sat, 12 Mar 2005 02:55:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Problem-running-IPP-sample/m-p/994293#M22721</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2005-03-12T02:55:49Z</dc:date>
    </item>
  </channel>
</rss>

