Home Forums Software Development Problem with using data Reply To: Problem with using data

#8072
Emil
Participant

I tried to use the samples, but every time when I trying ti include those methods into my project I getting something like this “The thread 0x814 has exited with code 0 (0x0)”.
From opposite way all samples are working well.
The program is pretty simple. We have picture with “road” and static array of coordinates for this way. User starts the game and see in fullscreen Windows form picture of “road”. Until time is finshed we recording all data into array. Than we calculate the distance between each recorded point from Tobii and points from “road array” and after it we getting the number of “errors”. So I don’t need to storage gaze data for long time.