Compile QtOpenCl.dll with Qt (64bit)
-
No need to past them anywhere, just put the right paths in your pro file
-
Did you install the AMD OpenCL SDK ?
-
Before that did you retry to build QtOpenCL from scratch ?
-
So, it is working now ?
-
Do you have any OpenCL something lib file in the AMD sdk ?
-
Strange, did you do a global disk search ? Sometimes there are things are dispatched in both Program Files and Program Files (x86)
Just to be sure did you download "that":http://developer.amd.com/tools-and-sdks/opencl-zone/opencl-tools-sdks/amd-accelerated-parallel-processing-app-sdk/ sdk ?
-
yes, thats what i installed...
i did searched for opencl files... and as i posted before i just found strange files like AMD_opencl64.dl_
i always throught the only thing i need is the opencl.dll (no matter from which source) and compile it with the needed compiler, in my case the amdx64 compiler of msvs10.0 -
no .lib or .a file ?
-
I wonder if the SDK has installed correctly
-
Depending on your compiler link to either OpenCL.libg (Visual Studio) or libOpenCL.a if you are using MinGW