Home Forums Legacy SDKs TobiiGazeCore32.dll/TobiiGazeConfig32.dll compatibility with MSVCRT…DLL

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #572
    Masta Lomaster
    Participant

    Hello,

    Do the DLLs mentioned use C/C++ runtime components?
    For example, do they allocate memory with ‘new’?
    If yes, how to eliminate memory conflicts, i.e. how to use a unified C-runtime (single heap) in both the application and DLLs loaded?
    May I use statically or dinamically linked MSVCRT…?

    Thank you.

    #573
    Anders
    Participant

    Hi Masta,

    the tobiigazecore32.dll has been compiled with the /MD flag: dynamically linked msvcrt(110). We recommend that you use the same setting when compiling your application.

    Also note that the tobiigazeconfig component is deprecated as of the latest Gaze SDK release.

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