Open mzurita10 opened 9 years ago
Hi!
You didn't read the "Compiling the source code" part of the README carefully.
_The file "tobiigaze_errorcodes.h" is a part of Tobii Gaze SDK. I cannot redistribute it.
Include directories must contain the "include" one from the Tobii Gaze SDK 4.0. Gaze SDK 4.0 can be downloaded from: http://developer.tobii.com/downloads/ (registration required). Look for the "TobiiGazeSdk-CApi-4.0.X.XXX-Win32" file, where X-current release numbers.
In the project properties enable unicode support
As for now, you have to use Microsoft Visual Studio 2012 (latest update preferred). This is due to the fact that the libraries used (from the Tobii Gaze SDK 4.0) are compiled the same way.
I have the same problem in compile. Anyway Tobii Gaze SDK 4.0 does not find in download of Tobii website anymore now. Could you provide TobiiGazeSdk, or tobiigaze_error_codes.h for me? I am really need because I am doing research on Eye Tracking. Thanks you.
Great job!
I've download the source code, but I can not compile because there are many errors, for example, not found the file "tobiigaze_error_codes.h", which is not, and other conversion types errors between 'const char_t' and 'TCHAR*'
If helps, I am using Visual Studio 2013.