I am trying to get the gazedata in C++ code using the source file available in the eyetribe website. So as you mentioned on your site I tried to run that c++ code in turbo c++ but when I am including header file gazeapi.h it is not able to include it. It is giving many error like "gtl" is not defined in correct declaration etc. We changed our path of library and put the copy of that header file in our turbo c++ include folder but still it is not solving the purpose. I also included 2 different other file named "gazeapi_interfaces.h" and "gazeapi_types.h" but still we have error in our code. Could you please suggest some solution for it.
Specific error code we are getting:-
unable to open include file "gazeapi.h"
style of function definition is now obsolete.
looking forward to get reply.
Thank you so much.