Searching for simple code

Hi everybody

I am searching for a simple opencl code to building with vs2008.
A Hello world code or an addtion would be perfect

thank you

Hi!

Look at the NVidia samples code here.
And the derived sample here (directly visible).

Then, building a code with the Visual is the same as for another lib (include + link) and that’s it!

:wink:

Thank you for your help :wink: !

this also helped me:

http://developer.apple.com/mac/library/ … -CH112-SW2

http://developer.apple.com/mac/library/ … llo_c.html

An example, a bit more complex, to share a texture between OpenCL and OpenGL.
http://virtrev.blogspot.com/2010/08/ill … pengl.html