compile errors

Hi,

I’m new on OpenCl and trying to get the Hello World program work.
Every Time I compile, it always come up with this kind of errors :
“extern “C” int __stdcall clReleaseContext(struct _cl_context *)”
“extern “C” int __stdcall clReleaseCommandQueue(struct _cl_command_queue *)”

Can anybody please help me solve this problem ??

Need a bit more information. What is the program? What is the kernel? What is the exact error message? Are you using C or C++?

thank you very much for your concern.
The problem is solved by re-installing the OpenCl.