Hi there,
I got the oclVectorAdd example from NVIDIA GPU Computing SDK Browser.
I tried the 64 bits version everything works fine.
I tried the 32 bit version and it never worked.
On my laptop which is windows vista 32bit it says: error at line 220 (Error in clEnqueueReadBuffer).
On my desktop which is windows vista 64bit it says: line 168 (Error in clBuildProgram).
Both errors are from the 32 bit oclVectorAdd example compiled from nvidia themselves. All my drivers are updated and have openCL.
What should I do now?