<?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 for using IPP under visual studio.net 2003 in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/Problem-for-using-IPP-under-visual-studio-net-2003/m-p/986268#M21832</link>
    <description>&lt;DIV&gt;Hi,&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;when you see "unresolved external" error at linkage stage it usually means that linker can't resolve external dependances. It might be because it can't find IPP libraries or because function names were changed. Function &lt;A href="mailto:_ippiTransformDequantChromaDC_H264_16s_C1I@8" target="_blank"&gt;&lt;FONT color="#000000"&gt;ippiTransformDequantChromaDC_H264_16s_C1I&lt;/FONT&gt;&lt;/A&gt;is exist in both IPP v4.0 and IPP v4.1, so most likely the problem is that linker can't find libraries.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Note, IPP folder structure has changes since IPP v4.0.&lt;/DIV&gt;
&lt;DIV&gt;In v4.0 path for libraries was:&lt;/DIV&gt;
&lt;DIV&gt;IPPlib&lt;/DIV&gt;
&lt;DIV&gt;but inv4.1 it became&lt;/DIV&gt;
&lt;DIV&gt;IPPia32_itaniumlib.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;So, you need be careful when do switch between different IPP versions.&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>Fri, 22 Jul 2005 19:11:01 GMT</pubDate>
    <dc:creator>Vladimir_Dudnik</dc:creator>
    <dc:date>2005-07-22T19:11:01Z</dc:date>
    <item>
      <title>Problem for using IPP under visual studio.net 2003</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Problem-for-using-IPP-under-visual-studio-net-2003/m-p/986264#M21828</link>
      <description>We bought Intel IPP 4.0 one year ago. Serial No. of the product is 1580-81178847. &lt;BR /&gt;At that time I wrote a program for my research with IPP and Visual C++6.0. It worked well.  &lt;BR /&gt;Now someone found a bug in thta software and I must fix the bug. The problem is that now I am using Visual Studio.Net 2003. When I try to debug the program, it always reports that ippCore.dll CAN NOT BE FOUND.&lt;BR /&gt;The program still can run on my pc, with bug. And I have set directories in Visual Studi.Net as I did with Visual C++. That is: &lt;BR /&gt;add C:Program FilesIntelIPP40include to Include,&lt;BR /&gt;add C:Program FilesIntelIPP40stublib to Library.&lt;BR /&gt;&lt;BR /&gt;I just dont know how to do.&lt;BR /&gt;&lt;BR /&gt;Can anyone give an advice?&lt;BR /&gt;Thanks!</description>
      <pubDate>Fri, 08 Jul 2005 09:19:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Problem-for-using-IPP-under-visual-studio-net-2003/m-p/986264#M21828</guid>
      <dc:creator>mallika75</dc:creator>
      <dc:date>2005-07-08T09:19:45Z</dc:date>
    </item>
    <item>
      <title>Re: Problem for using IPP under visual studio.net 2003</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Problem-for-using-IPP-under-visual-studio-net-2003/m-p/986265#M21829</link>
      <description>&lt;DIV&gt;Dear Mallika&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Can you show me how you configured the library in visual C++ 6.0 to compile and run the ipp sample. I am currently using IPP4.1 and try to improve the H264 ipp sample code, but i couldn't run it. It always says it can't find the ipp.h or ippvc.h etc...although i already &lt;/DIV&gt;
&lt;DIV&gt;add C:Program FilesIntelIPP40include to Include,&lt;BR /&gt;add C:Program FilesIntelIPP40stublib to Library.&lt;/DIV&gt;
&lt;DIV&gt;as you did&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;I struggled with that for more than 1 week already and still don't know what's wrong. That's because i can use visual C++ to run the example code provided in the ipp4.0 but can't do that with the intel ipp4.1 sample code.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Thank you in advanced for all the help&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 08 Jul 2005 10:25:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Problem-for-using-IPP-under-visual-studio-net-2003/m-p/986265#M21829</guid>
      <dc:creator>nicky_hoang270582</dc:creator>
      <dc:date>2005-07-08T10:25:37Z</dc:date>
    </item>
    <item>
      <title>Re: Problem for using IPP under visual studio.net 2003</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Problem-for-using-IPP-under-visual-studio-net-2003/m-p/986266#M21830</link>
      <description>I have solved my problem. Seems that it is due to the enviromental variable PATH.  I moved path of IPP from end of the PATH to begining, than everything is fine. IT IS WEIRD. But it works. &lt;BR /&gt;&lt;BR /&gt;I am not sure what is your problem. It seems to be a simple probelem as mine. ^_^&lt;BR /&gt;Have you ever run the bat file ippenv.bar which is under "C:Program FilesIntelIPP40	oolsenv" ?  &lt;BR /&gt;You need to run that file to set enviromental variables for Windows.</description>
      <pubDate>Fri, 08 Jul 2005 12:17:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Problem-for-using-IPP-under-visual-studio-net-2003/m-p/986266#M21830</guid>
      <dc:creator>mallika75</dc:creator>
      <dc:date>2005-07-08T12:17:53Z</dc:date>
    </item>
    <item>
      <title>Re: Problem for using IPP under visual studio.net 2003</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Problem-for-using-IPP-under-visual-studio-net-2003/m-p/986267#M21831</link>
      <description>&lt;DIV&gt;Dear Mallika&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;I did run the env files and even tried to manually set up the env path by command, but i don't know why i couldn't compile and run propably the IPP 4.1videosample file. When i create the project in Visual C++ 6.0 and insert files into the project.When i tried to compiled, the following are the error. That mean it can't read the ipp library. Do you have any adivecs to overcome it?&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;cresidual.obj : error LNK2001: unresolved external symbol &lt;A href="mailto:_ippiTransformDequantChromaDC_H264_16s_C1I@8" target="_blank"&gt;_ippiTransformDequantChromaDC_H264_16s_C1I@8&lt;/A&gt;&lt;BR /&gt;cresidual.obj : error LNK2001: unresolved external symbol &lt;A href="mailto:_ippiTransformDequantLumaDC_H264_16s_C1I@8" target="_blank"&gt;_ippiTransformDequantLumaDC_H264_16s_C1I@8&lt;/A&gt;&lt;BR /&gt;cresidual.obj : error LNK2001: unresolved external symbol &lt;A href="mailto:_ippiDequantTransformResidual_H264_16s_C1I@20" target="_blank"&gt;_ippiDequantTransformResidual_H264_16s_C1I@20&lt;/A&gt;&lt;BR /&gt;cresidual.obj : error LNK2001: unresolved external symbol &lt;A href="mailto:_ippiDequantTransformResidual_SISP_H264_16s_C1I@28" target="_blank"&gt;_ippiDequantTransformResidual_SISP_H264_16s_C1I@28&lt;/A&gt;&lt;BR /&gt;cresidual.obj : error LNK2001: unresolved external symbol &lt;A href="mailto:_ippiTransformDequantChromaDC_SISP_H264_16s_C1I@20" target="_blank"&gt;_ippiTransformDequantChromaDC_SISP_H264_16s_C1I@20&lt;/A&gt;&lt;BR /&gt;cresidual.obj : error LNK2001: unresolved external symbol &lt;A href="mailto:_ippiTransformPrediction_H264_8u16s_C1@12" target="_blank"&gt;_ippiTransformPrediction_H264_8u16s_C1@12&lt;/A&gt;&lt;BR /&gt;dai.obj : error LNK2001: unresolved external symbol &lt;A href="mailto:_ippiPredictIntra_4x4_H264_8u_C1IR@16" target="_blank"&gt;_ippiPredictIntra_4x4_H264_8u_C1IR@16&lt;/A&gt;&lt;BR /&gt;dai.obj : error LNK2001: unresolved external symbol &lt;A href="mailto:_ippiPredictIntraChroma8x8_H264_8u_C1IR@16" target="_blank"&gt;_ippiPredictIntraChroma8x8_H264_8u_C1IR@16&lt;/A&gt;&lt;BR /&gt;dai.obj : error LNK2001: unresolved external symbol &lt;A href="mailto:_ippiPredictIntra_16x16_H264_8u_C1IR@16" target="_blank"&gt;_ippiPredictIntra_16x16_H264_8u_C1IR@16&lt;/A&gt;&lt;BR /&gt;decoder.obj : error LNK2001: unresolved external symbol &lt;A href="mailto:_ippiFilterDeblockingChroma_HorEdge_H264_8u_C1IR@24" target="_blank"&gt;_ippiFilterDeblockingChroma_HorEdge_H264_8u_C1IR@24&lt;/A&gt;&lt;BR /&gt;decoder.obj : error LNK2001: unresolved external symbol &lt;A href="mailto:_ippiFilterDeblockingLuma_HorEdge_H264_8u_C1IR@24" target="_blank"&gt;_ippiFilterDeblockingLuma_HorEdge_H264_8u_C1IR@24&lt;/A&gt;&lt;BR /&gt;decoder.obj : error LNK2001: unresolved external symbol &lt;A href="mailto:_ippiFilterDeblockingChroma_VerEdge_H264_8u_C1IR@24" target="_blank"&gt;_ippiFilterDeblockingChroma_VerEdge_H264_8u_C1IR@24&lt;/A&gt;&lt;BR /&gt;decoder.obj : error LNK2001: unresolved external symbol &lt;A href="mailto:_ippiFilterDeblockingLuma_VerEdge_H264_8u_C1IR@24" target="_blank"&gt;_ippiFilterDeblockingLuma_VerEdge_H264_8u_C1IR@24&lt;/A&gt;&lt;BR /&gt;dmc.obj : error LNK2001: unresolved external symbol &lt;A href="mailto:_ippiInterpolateChroma_H264_8u_C1R@32" target="_blank"&gt;_ippiInterpolateChroma_H264_8u_C1R@32&lt;/A&gt;&lt;BR /&gt;dmc.obj : error LNK2001: unresolved external symbol &lt;A href="mailto:_ippiInterpolateLuma_H264_8u_C1R@32" target="_blank"&gt;_ippiInterpolateLuma_H264_8u_C1R@32&lt;/A&gt;&lt;BR /&gt;main.obj : error LNK2001: unresolved external symbol &lt;A href="mailto:_ippiYUV420ToRGB_8u_P3C3R@24" target="_blank"&gt;_ippiYUV420ToRGB_8u_P3C3R@24&lt;/A&gt;&lt;BR /&gt;main.obj : error LNK2001: unresolved external symbol &lt;A href="mailto:__imp__CreateStatusWindowA@16" target="_blank"&gt;__imp__CreateStatusWindo
wA@16&lt;/A&gt;&lt;BR /&gt;main.obj : error LNK2001: unresolved external symbol &lt;A href="mailto:__imp__CreateToolbarEx@52" target="_blank"&gt;__imp__CreateToolbarEx@52&lt;/A&gt;&lt;BR /&gt;Debug/H264Decoder.exe : fatal error LNK1120: 18 unresolved externals&lt;BR /&gt;Error executing link.exe.&lt;/DIV&gt;</description>
      <pubDate>Fri, 08 Jul 2005 13:53:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Problem-for-using-IPP-under-visual-studio-net-2003/m-p/986267#M21831</guid>
      <dc:creator>nicky_hoang270582</dc:creator>
      <dc:date>2005-07-08T13:53:53Z</dc:date>
    </item>
    <item>
      <title>Re: Problem for using IPP under visual studio.net 2003</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Problem-for-using-IPP-under-visual-studio-net-2003/m-p/986268#M21832</link>
      <description>&lt;DIV&gt;Hi,&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;when you see "unresolved external" error at linkage stage it usually means that linker can't resolve external dependances. It might be because it can't find IPP libraries or because function names were changed. Function &lt;A href="mailto:_ippiTransformDequantChromaDC_H264_16s_C1I@8" target="_blank"&gt;&lt;FONT color="#000000"&gt;ippiTransformDequantChromaDC_H264_16s_C1I&lt;/FONT&gt;&lt;/A&gt;is exist in both IPP v4.0 and IPP v4.1, so most likely the problem is that linker can't find libraries.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Note, IPP folder structure has changes since IPP v4.0.&lt;/DIV&gt;
&lt;DIV&gt;In v4.0 path for libraries was:&lt;/DIV&gt;
&lt;DIV&gt;IPPlib&lt;/DIV&gt;
&lt;DIV&gt;but inv4.1 it became&lt;/DIV&gt;
&lt;DIV&gt;IPPia32_itaniumlib.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;So, you need be careful when do switch between different IPP versions.&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>Fri, 22 Jul 2005 19:11:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Problem-for-using-IPP-under-visual-studio-net-2003/m-p/986268#M21832</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2005-07-22T19:11:01Z</dc:date>
    </item>
  </channel>
</rss>

