1. Open the project property pages by selecting Project > Properties.
2. In the C/C++ > General property page, under Additional Include Directories, enter the full path to the directory where the OpenCL header files are located:
$(INTELOCLSDKROOT)\include.
3. In the Linker > General property page, under Additional Library Directories, enter the full path to the directory where the OpenCL run-time import library file is located. For example, for 32-bit application:
$(INTELOCLSDKROOT)\lib\x86
4. In the Linker > Input property page, under Additional Dependencies, enter the name of the OpenCL ICD import library file OpenCL.lib.
The Intel OpenCL SDK Debugger is a Microsoft Visual Studio* 2008 plug-in which enables you to debug into OpenCL kernels using the familiar graphical interface of the Microsoft Visual Studio* 2008 debugger.
Is the opencl.lib open source that I could built it myself for VS2010?
Same for theVisual Studio* 2008 plug-in.
Would be nice to have for VS2012 as well..