Hi,
I have Windows 8.1 64-bit, Intel OpenCL SDK 4.6, Visual Studio 2013 Express Edition. Also I have added all nessesary directories in the project properties (include directory, lib directory and OpenCL.lib file for linker). Program is very simple:
#include <CL\cl.hpp> int main() { return 0; }
But I can't compile it: error C4996: 'clCreateSampler': was declared deprecated.
Do you have any ideas, how to solve this problem?
Thank you!