I tried to get list of platforms beform calculating:
vector<cl::Platform> platforms;
cl::Platform::get(&platforms);
but have an exception:
unhandled exception in "0x00000000" in "Test.exe": 0xC0000005: Access violation.
I have Radeon Mobility HD 5730, it supports only OpenCL v 1.0. I tried use SDK from AMD and Intel last versions, but results were the same. May it depands on sdk version? Could you help me solve this problem?