Home Forums Software Development Stream engine in visual studio?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #24150
    Oliver
    Participant

    Hi, I am trying to get the stream engine example working in Visual Studio on Windows 11. I Have followed the example from the tutorial (https://developer.tobii.com/product-integration/stream-engine/tutorial_cplusplus/), replaced TOBII_FIELD_OF_USE_STORE_OR_TRANSFER_FALSE with TOBII_FIELD_OF_USE_INTERACTIVE, and strcpy with strcpy_s. However when I try to build the executable is get the error: LNK1104 cannot open file ‘tobii_stream_engine.lib’

    Does any know what I have done wrong and how I can fix this?
    Many thanks in advance!

    #24151
    Oliver
    Participant

    I should note that if I move the .lib file from lib/tobii to the lib foler, then I get 10 different errors all on the theme LNK2019 unresolved external symbol __imp_tobii_api_create referenced in function main

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