Hello,
I have installed the 196.21 drier and the GPU computing SDK 2.3. I am trying the following but getting “Run-Time Check Failure #0 - The value of ESP was not properly saved across a function call. This is usually a result of calling a function declared with one calling convention with a function pointer declared with a different calling convention.”
Any solution ? workaround ?
cl_platform_id pPlatforms[10] = {0};
cl_uint uiPlatformsCount = 0;
cl_int err = clGetPlatformIDs(10, pPlatforms, &uiPlatformsCount);
…
–Yariv