OpenCL* for CPU
Ask questions and share information on Intel® SDK for OpenCL™ Applications and OpenCL™ implementations for Intel® CPU.
Announcements
This forum covers OpenCL* for CPU only. OpenCL* for GPU questions can be asked in the GPU Compute Software forum. Intel® FPGA SDK for OpenCL™ questions can be ask in the FPGA Intel® High Level Design forum.

OpenCL.lib Missing

Philip_D_1
Beginner
461 Views

I've recently installed everything that I thought would be necessary for developing a OpenCL application, but apparently I was wrong.  I have the necessary header files and the .dll files, but the .lib file that is required for the linking process for a C++ application is completely MIA.

This is what I downloaded (free edition) and installed as per the website https://software.intel.com/en-us/intel-inde/try-buy

Any ideas?  I've set up other libraries easily enough, but this one seems troublesome due to the missing .lib file.

0 Kudos
2 Replies
Uri_L_Intel
Employee
461 Views

Hi Philip,

Have you tried looking at the following folder(s), where the Code Builder is installed:

  • C:\Intel\INDE\CODEBUILDER5.0\lib\x86
  • C:\Intel\INDE\CODEBUILDER5.0\lib\x64

You can also use the following recommended env. variable in your project settings: INTELOCLSDKROOT\lib\x64

See more information here: https://software.intel.com/sites/landingpage/opencl/user-guide/Configuring_Microsoft_Visual_Studio.htm

Thanks,

Uri

0 Kudos
Philip_D_1
Beginner
461 Views

Ah, that's where it is.  Thank you.  Now the fun begins... :)

0 Kudos
Reply