- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am trying to compile a DLL project that compiled well with Intel C++ Compiler 2022 but now after upgrading Microsoft Visual Studio and upgrading Intel oneAPI, I cannot compile it:
* When compiled with Intel C++ Compiler 2024 produces the error: reference to 'byte' is ambiguous. If I double clic on the error it brings me to WbemCli.h and highlights this:
virtual HRESULT STDMETHODCALLTYPE WritePropertyValue(
/* [in] */ long lHandle,
/* [in] */ long lNumBytes,
/* [size_is][in] */ const byte *aData) = 0;
* When compiled with Intel C++ Compiler 2022 produces the error:
Severity Code Description Project File Line Suppression State Details
Error static_assert failed "error STL1000: Unexpected compiler version, expected Clang 16.0.0 or newer." AnaimoAI C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.39.33519\include\yvals_core.h(892,1): 1
I am using:
* Microsoft Visual Studio Community 2022 (64-bit) - Current Version 17.9.1
* Intel oneAPI Base Toolkit 2024.
Please help us as we cannot distribute our DLL compiled with Intel until this problem is solved.
Thanks in advance.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page