NVIDIA OpenCL + Macbook Pro + Windows 7 fail

I have a Macbook Pro with the NVIDIA GeForce 8600M GT, and I am trying to get OpenCL up and running on Windows 7 installed natively (via boot camp, no VM).

I have installed the driver (from nvdrivers_2.3_winvista_64_190.89-beta_notebook.exe), and the OpenCL GPU computing SDK (from gpucomputingsdk_2.3b_win_64.exe) and both installed with apparent success.

However, when I try to run any of the sample opencl EXE files, it says that it can’t find OpenCL.dll. When I found OpenCL.dll in an obscure directory ( C:\Windows\System32\DriverStore\FileRepository\nv_opencl.inf_amd64
_neutral_92dca653807f48e7) and copied that entire directory into a simpler directory that I created and added to my path, it still fails.

What is the missing step?

Thanks,
Keith Brafford

Have you built the project oclUtils under
C:\ProgramData\NVIDIA Corporation\NVIDIA GPU Computing SDK 4.0\OpenCL\common
?