oneAPI Registration, Download, Licensing and Installation
Support for Getting Started questions related to download, Installation and licensing for Intel oneAPI Toolkits and software development tools.

Setup OneDAL in Visual Studio 2022

JohnZhang
New Contributor I
557 Views

I would like to try OneDAL in VS2022 but had no joy so far. I did following. Can some one point out the problems? Thank you!

1. Setup the include path in Project Property Page\C/C++\AdditionalIncludeDirectories to

   C:\Program Files %28x86%29\Intel\oneAPI\dal\2023.2.0\include

2. Setup the library path in Project Property Page\Linker\Input\Additional Library Directories  to

   C:\Program Files %28x86%29\Intel\oneAPI\tbb\2021.10.0\lib\intel64\vc14

   C:\Program Files %28x86%29\Intel\oneAPI\dal\2023.2.0\lib\intel64

3. Setup the library files in Project Property\Linker\Input\Additional Dependencies for my debug build

onedald.lib
onedald_dll.1.lib
onedald_dll.lib
onedal_cored.lib
onedal_cored_dll.1.lib
onedal_cored_dll.lib
onedal_dpcd.lib
onedal_dpcd_dll.1.lib
onedal_dpcd_dll.lib
onedal_sycld.lib
onedal_threadd.lib
tbb.lib
tbb12_debug.lib
tbbbind.lib
tbbbind_2_0_debug.lib
tbbbind_2_5_debug.lib
tbbbind_debug.lib
tbbmalloc_debug.lib
tbbmalloc_proxy_debug.lib
tbb_debug.lib

 

It builds OK, but execution terminates with error message "The code execution cannot proceed because onedal_cored.1.dll was not found. Reinstalling the program may fix this problem".

I searched through all the files in the install oneAPI directory. I can't find that DLL.

   

0 Kudos
2 Replies
ArpanB_Intel
Moderator
522 Views

Hi John, could you share the below information with us:


- OS build on which you are installing the software

- Is the installer an online or an offline package?

- Version of Microsoft Visual Studio installed along with it's build version

- Other versions of Intel® Parallel Studio XE or Intel® oneAPI already installed on the system

- Screenshots of the error screen

- Installation Log files

The default path for a log file for a oneAPI installation is: C:\Program Files (x86)\Intel\oneAPI\logs

The default path for a log file for a Parallel Studio XE installation is: %temp%\pset_tmp_PSXE<version>_<username>


We would like to know.


0 Kudos
ArpanB_Intel
Moderator
481 Views

John, unfortunately we were unable to get a response.



If you have any further queries, please post a new question as this thread will no longer be monitored by Intel®.


0 Kudos
Reply