clCreateEventFromGLsyncKHR

Hi everyone,

I’m doing an OpenGL/CL application and I want to do the sync between OpenGL and OpenCL using events (It is posible since OpenCL >= 1.1).

My problem is when I call the clCreateEventFromGLsyncKHR function and I get the next linker error:
error LNK2019: unresolved external symbol _clCreateEventFromGLsyncKHR…

I have a Nvidia GeForce 8600 gpu card and I’m linking with the OpenCL.lib library of the CUDA Toolkit 4.2 (the last version). I’m developing in Visual Studio 2008. Anyone knows what is the problem?

Thanks