nvcuda.dll problem

Hello

I have a problem with nvcuda.dll

whenever I execute my program I saw the error message.

‘can not find clGetPlatformInfo in nvcuda.dll’

How can I resolve this problem?

Probably a mismatch between your graphic driver and the GPU Computing SDK that you have.
I have that right now too. I think that if you updated your graphic driver to something supporting the Cuda 5 then you might need the new SDK.
It seems that clGetPlatformInfo was in NvCuda.dll before but it is gone in the latest drivers indeed.

clGetPlatformInfo is a OpenCL function and is in opencl.dll that has been provided by graphic driver.