Hi, I try to use the printf with the lats version of the SDK... but nothing is printed in my output ! I use the following code : #pragma OPENCL EXTENSION cl_intel_printf : enable printf("%d ", i); I work under Visual Studio 2008 with Win7 64 bits. I have also try to open my console with : AllocConsole(); HWND hConsole = (HWND)GetStdHandle(0xfffffff5); ShowWindow(hConsole, SW_SHOWMINNOACTIVE);
AllocConsole(); HWND hConsole = (HWND)GetStdHandle(0xfffffff5); ShowWindow(hConsole, SW_SHOWMINNOACTIVE); But no success... nothing is printed ! Do you have an idea ? Thanks


