- This topic has 1 reply, 2 voices, and was last updated 8 years, 11 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Forums › Software Development › Compilation Error – SDK 0.32.384
Tagged: c/c++, eyex engine
I have some errors with the following when I try to compile (I have the newest SDK 0.32.384):
TX_INTERACTIONBEHAVIORTYPE_GAZEPOINTDATA
TX_INTERACTIONBEHAVIORTYPE_GAZEPOINTDATA
TX_SYSTEMCOMPONENTOVERRIDEFLAG_NONE
Thanks!
Hi,
These enum values were renamed in EyeX Engine 0.10. You can see all changes documented in the release notes (readme.txt) or check the code samples for the updated syntax.
In this case, the new enum values are called:
TX_BEHAVIORTYPE_GAZEPOINTDATA
TX_EYEXCOMPONENTOVERRIDEFLAG_NONE
PS. We released the EyeX Engine 1.0.0 and EyeX SDK 1.0 yesterday, so please integrate your application with these releases. The API syntax has not changed since 0.10.