Windows*
Windows*¶
This section uses <tbb_install_dir> to indicate the top-level installation directory. The following table describes the subdirectory structure for Windows*, relative to <tbb_install_dir>.
Item |
Location |
Environment Variable |
|---|---|---|
Header files |
include\oneapi\tbb.hinclude\oneapi\tbb\*.h |
|
.lib files |
|
|
.dll files |
|
|
.pdb files |
Same as corresponding |
where
<arch>-ia32orintel64<lib>-tbb,tbbmalloc,tbbmalloc_proxyortbbbind<vcversion>14- use for dynamic linkage with the CRT14_uwp- use for Windows 10 Universal Windows applications14_uwd- use for Universal Windows Drivers_mt- use for static linkage with the CRT
<variant>-_debugor empty<version>- binary version
The last column shows which environment variables are used by the Microsoft* Visual C++* or Intel® C++ Compiler Classic or Intel® oneAPI DPC++/C++ Compiler to find these subdirectories.
Caution
Ensure that the relevant product directories are mentioned by the environment variables; otherwise the compiler might not find the required files.
Note
Microsoft* C/C++ run-time libraries come in static and dynamic forms. Either can be used with oneTBB. Linking to the oneTBB library is always dynamic.