cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

aravindm1212
Journeyman III

Procedure entry point error?

Hello

I am trying to run the openCL sample programs.

Environment: Windows 7 (64-bit)        APP SDK V 2.8   VS 2008 Prof Edition

The Hello world program ran successfully

The "SimpleImage" program shows the following error while running:

"The procedure entry point clCreateImage could not be located in the dynamic link library OpenCL.dll"

Can anyone please help.

Thanks

Aravind

0 Likes
1 Solution

Yes,

Installing and linking OpenCL 1.2 would solve your problem.

Thanks,

View solution in original post

0 Likes
4 Replies
nou
Exemplar

clCreateImage is part of the OpenCL 1.2. you must be linking against old OpenCL lib which support only OpenCL 1.1

0 Likes

Hello

Thanks for your reply.

I am getting the same error message for many functions. So will installing

opencl 1.2 solve my probs.

Thanks

0 Likes

Yes,

Installing and linking OpenCL 1.2 would solve your problem.

Thanks,

0 Likes

Thanks a lot

Aravind

0 Likes