Home Forums Software Development Access violation Reply To: Access violation

#21721
DavidDang
Participant

Hi,Grant
I meet the same problem on my linux computer,while the EyetrackerManager can detect the device.

char url[256] = { 0 };
error = tobii_enumerate_local_device_urls(api, url_receiver, url);
assert(error == TOBII_ERROR_NO_ERROR && *url != ‘\0’);

Do you know why?