<?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: Compile Error in Intel® oneAPI DPC++/C++ Compiler</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Compile-Error/m-p/1690439#M4455</link>
    <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;According to&amp;nbsp;&lt;A href="https://www.intel.com/content/www/us/en/developer/articles/reference-implementation/intel-compilers-compatibility-with-microsoft-visual-studio-and-xcode.html" target="_self"&gt;&lt;FONT size="4"&gt;Intel® Compilers Compatibility with Microsoft Visual Studio*&lt;/FONT&gt;&lt;/A&gt;, the latest version of Intel Compilers 2025.1 is compatible with Visual Studio 17.12. Any issues with more recent VS versions will be addressed in upcoming Compiler releases.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 16 May 2025 17:09:58 GMT</pubDate>
    <dc:creator>Sravani_K_Intel</dc:creator>
    <dc:date>2025-05-16T17:09:58Z</dc:date>
    <item>
      <title>Compile Error</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Compile-Error/m-p/1690208#M4454</link>
      <description>&lt;P&gt;Hi, I am trying to compile a source code, but after updating Visual Studio to version 17.14, it is showing the following error message.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A construção começou em 16:51...&lt;BR /&gt;1&amp;gt;------ Compilação iniciada: Projeto: IA_Surgical_OCR_TESS_Server, Configuração: Debug x64 ------&lt;BR /&gt;1&amp;gt;In file included from D:\OneDrive\Programas\VStudio\IA_Surgical_OCR\IA_Surgical_OCR_TESS_Server\IA_Surgical_OCR_TESS_Server.cpp:4:&lt;BR /&gt;1&amp;gt;In file included from D:\OneDrive\Programas\VStudio\IA_Surgical_OCR\vcpkg_installed\x64-windows\x64-windows\include\tesseract\baseapi.h:27:&lt;BR /&gt;1&amp;gt;In file included from D:\OneDrive\Programas\VStudio\IA_Surgical_OCR\vcpkg_installed\x64-windows\x64-windows\include\tesseract\resultiterator.h:23:&lt;BR /&gt;1&amp;gt;In file included from D:\OneDrive\Programas\VStudio\IA_Surgical_OCR\vcpkg_installed\x64-windows\x64-windows\include\tesseract\ltrresultiterator.h:24:&lt;BR /&gt;1&amp;gt;In file included from D:\OneDrive\Programas\VStudio\IA_Surgical_OCR\vcpkg_installed\x64-windows\x64-windows\include\tesseract\unichar.h:24:&lt;BR /&gt;1&amp;gt;In file included from C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\string:10:&lt;BR /&gt;1&amp;gt;In file included from C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\xstring:11:&lt;BR /&gt;1&amp;gt;In file included from C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\__msvc_string_view.hpp:12:&lt;BR /&gt;1&amp;gt;In file included from C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\iosfwd:8:&lt;BR /&gt;1&amp;gt;C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\yvals.h(161,1): : error : static assertion failed: error STL1006: _CONTAINER_DEBUG_LEVEL has been removed. It was superseded by _MSVC_STL_HARDENING.&lt;BR /&gt;1&amp;gt; 161 | _EMIT_STL_ERROR(STL1006, "_CONTAINER_DEBUG_LEVEL has been removed. It was superseded by _MSVC_STL_HARDENING.");&lt;BR /&gt;1&amp;gt; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;1&amp;gt;C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\include\yvals_core.h(534,58): note: expanded from macro '_EMIT_STL_ERROR'&lt;BR /&gt;1&amp;gt; 534 | #define _EMIT_STL_ERROR(NUMBER, MESSAGE) static_assert(false, "error " #NUMBER ": " MESSAGE)&lt;BR /&gt;1&amp;gt; | ^~~~~&lt;BR /&gt;1&amp;gt;1 error generated.&lt;BR /&gt;1&amp;gt;Projeto de compilação pronto "IA_Surgical_OCR_TESS_Server.vcxproj" -- FALHA.&lt;BR /&gt;========== Compilação: 0 bem-sucedida, 1 com falha, 0 atualizada, 0 ignorada ==========&lt;BR /&gt;========== Compilação concluído às 16:52 e levou 01,468 segundos ==========&lt;/P&gt;</description>
      <pubDate>Thu, 15 May 2025 20:01:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Compile-Error/m-p/1690208#M4454</guid>
      <dc:creator>douglas1212</dc:creator>
      <dc:date>2025-05-15T20:01:24Z</dc:date>
    </item>
    <item>
      <title>Re: Compile Error</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Compile-Error/m-p/1690439#M4455</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;According to&amp;nbsp;&lt;A href="https://www.intel.com/content/www/us/en/developer/articles/reference-implementation/intel-compilers-compatibility-with-microsoft-visual-studio-and-xcode.html" target="_self"&gt;&lt;FONT size="4"&gt;Intel® Compilers Compatibility with Microsoft Visual Studio*&lt;/FONT&gt;&lt;/A&gt;, the latest version of Intel Compilers 2025.1 is compatible with Visual Studio 17.12. Any issues with more recent VS versions will be addressed in upcoming Compiler releases.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 May 2025 17:09:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Compile-Error/m-p/1690439#M4455</guid>
      <dc:creator>Sravani_K_Intel</dc:creator>
      <dc:date>2025-05-16T17:09:58Z</dc:date>
    </item>
    <item>
      <title>Re: Compile Error</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Compile-Error/m-p/1691608#M4459</link>
      <description>&lt;P&gt;The latest update still won't compile, do you have a roadmap to when it will be fixed?&lt;/P&gt;</description>
      <pubDate>Wed, 21 May 2025 21:26:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Compile-Error/m-p/1691608#M4459</guid>
      <dc:creator>douglas1212</dc:creator>
      <dc:date>2025-05-21T21:26:34Z</dc:date>
    </item>
    <item>
      <title>Re: Compile Error</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Compile-Error/m-p/1691849#M4460</link>
      <description>&lt;P&gt;The upcoming 2025.2 Compiler will be compatible with Visual Studio version 17.14 so please test again when that version becomes available in June-July timeframe.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 May 2025 18:07:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Compile-Error/m-p/1691849#M4460</guid>
      <dc:creator>Sravani_K_Intel</dc:creator>
      <dc:date>2025-05-22T18:07:05Z</dc:date>
    </item>
  </channel>
</rss>

