<?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 DLLs missing from intelipp.redist.win-x64 nuget package in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/DLLs-missing-from-intelipp-redist-win-x64-nuget-package/m-p/1743100#M29212</link>
    <description>&lt;P&gt;We are attempting to use the intelipp.devel.win-x64 nuget package for our C++ application, which fails to run due to missing ippcc.dll. It appears the following 5 DLLs are missing from the intelipp.redist.win-x64 nuget package version 2022.3.0.387:&lt;/P&gt;&lt;P&gt;ippcc.dll&lt;/P&gt;&lt;P&gt;ippcck0.dll&lt;/P&gt;&lt;P&gt;ippccl9.dll&lt;/P&gt;&lt;P&gt;ippccm7.dll&lt;/P&gt;&lt;P&gt;ippccy8.dll&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Steps to reproduce:&lt;/P&gt;&lt;P&gt;1. Create a new C++ desktop app in Visual Studio 2022.&lt;/P&gt;&lt;P&gt;2. Install intelipp.devel.win-x64 version 2022.3.1.8 nuget package into the project, This installs intelipp.redist.win-x64 as a dependency.&lt;/P&gt;&lt;P&gt;3. On the project properties page, select Dynamic linkage and Sequential threading layer on the intelipp.devel.win-x64 -&amp;gt; General page.&lt;/P&gt;&lt;P&gt;4. Add a call to a function in the color conversion domain, for example:&lt;/P&gt;&lt;P&gt;IppiRect r = { 0, 0, 0, 0 };&lt;BR /&gt;IppiSize s = { 0, 0 };&lt;BR /&gt;ippiDemosaicAHD_8u_C1C3R(nullptr, r, s, 0, nullptr, 0, IppiBayerGrid::ippiBayerBGGR, 0, 0);&lt;/P&gt;&lt;P&gt;Add #include &amp;lt;ipp.h&amp;gt; to the file as well.&lt;/P&gt;&lt;P&gt;The code only needs to compile and link to demonstrate the error.&lt;/P&gt;&lt;P&gt;5. Build and run or debug the application. It should build, but will fail to load because ippcc.dll is missing.&lt;/P&gt;&lt;P&gt;The missing files seem like they should have been included in the redist package. The missing files ARE in the&amp;nbsp;intelipp.devel.win-x64 package. I'm not sure why *any* DLLs are in that package, since it seems the goal is to deploy the DLLs via the redist package as a dependency.&lt;/P&gt;&lt;P&gt;In any case, is this a bug? Are we using the packages incorrectly? Is there a workaround?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 03 Apr 2026 20:23:49 GMT</pubDate>
    <dc:creator>Tom40</dc:creator>
    <dc:date>2026-04-03T20:23:49Z</dc:date>
    <item>
      <title>DLLs missing from intelipp.redist.win-x64 nuget package</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/DLLs-missing-from-intelipp-redist-win-x64-nuget-package/m-p/1743100#M29212</link>
      <description>&lt;P&gt;We are attempting to use the intelipp.devel.win-x64 nuget package for our C++ application, which fails to run due to missing ippcc.dll. It appears the following 5 DLLs are missing from the intelipp.redist.win-x64 nuget package version 2022.3.0.387:&lt;/P&gt;&lt;P&gt;ippcc.dll&lt;/P&gt;&lt;P&gt;ippcck0.dll&lt;/P&gt;&lt;P&gt;ippccl9.dll&lt;/P&gt;&lt;P&gt;ippccm7.dll&lt;/P&gt;&lt;P&gt;ippccy8.dll&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Steps to reproduce:&lt;/P&gt;&lt;P&gt;1. Create a new C++ desktop app in Visual Studio 2022.&lt;/P&gt;&lt;P&gt;2. Install intelipp.devel.win-x64 version 2022.3.1.8 nuget package into the project, This installs intelipp.redist.win-x64 as a dependency.&lt;/P&gt;&lt;P&gt;3. On the project properties page, select Dynamic linkage and Sequential threading layer on the intelipp.devel.win-x64 -&amp;gt; General page.&lt;/P&gt;&lt;P&gt;4. Add a call to a function in the color conversion domain, for example:&lt;/P&gt;&lt;P&gt;IppiRect r = { 0, 0, 0, 0 };&lt;BR /&gt;IppiSize s = { 0, 0 };&lt;BR /&gt;ippiDemosaicAHD_8u_C1C3R(nullptr, r, s, 0, nullptr, 0, IppiBayerGrid::ippiBayerBGGR, 0, 0);&lt;/P&gt;&lt;P&gt;Add #include &amp;lt;ipp.h&amp;gt; to the file as well.&lt;/P&gt;&lt;P&gt;The code only needs to compile and link to demonstrate the error.&lt;/P&gt;&lt;P&gt;5. Build and run or debug the application. It should build, but will fail to load because ippcc.dll is missing.&lt;/P&gt;&lt;P&gt;The missing files seem like they should have been included in the redist package. The missing files ARE in the&amp;nbsp;intelipp.devel.win-x64 package. I'm not sure why *any* DLLs are in that package, since it seems the goal is to deploy the DLLs via the redist package as a dependency.&lt;/P&gt;&lt;P&gt;In any case, is this a bug? Are we using the packages incorrectly? Is there a workaround?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Apr 2026 20:23:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/DLLs-missing-from-intelipp-redist-win-x64-nuget-package/m-p/1743100#M29212</guid>
      <dc:creator>Tom40</dc:creator>
      <dc:date>2026-04-03T20:23:49Z</dc:date>
    </item>
    <item>
      <title>Re: DLLs missing from intelipp.redist.win-x64 nuget package</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/DLLs-missing-from-intelipp-redist-win-x64-nuget-package/m-p/1747068#M29218</link>
      <description>&lt;P&gt;thanks for your report.&amp;nbsp; &amp;nbsp;Can you please check with the&amp;nbsp;intelipp.redist.win-x64.2026.0.0.712&amp;nbsp; release?&amp;nbsp; This issue was fixed in the new release.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 May 2026 07:21:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/DLLs-missing-from-intelipp-redist-win-x64-nuget-package/m-p/1747068#M29218</guid>
      <dc:creator>Chao_Y_Intel</dc:creator>
      <dc:date>2026-05-07T07:21:43Z</dc:date>
    </item>
  </channel>
</rss>

