Home Forums Software Development Compilation Error – SDK 0.32.384

Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1897
    Richard Behar
    Participant

    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!

    #1907
    Robert [Tobii]
    Participant

    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.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.