Home Forums Software Development EyeX SDK without VS 2012 Redist dependency?

Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1888
    Andrii Antsut
    Participant

    Is it possible to get a version of client library (Tobii.EyeX.Client.dll/lib) built without a dependency on VS2012 redist (i.e. with “Multithreaded” runtime instead of “Multithreaded DLL”)? Our project is using VS2010, and we would prefer not to add another redist version to the distribution just because of this DLL.

    #1912
    Anders
    Participant

    Hi Andrii,
    I’m sorry but this is a wish that we cannot fulfill.

    The rationale goes something like this: Linking the VC runtimes statically is generally not a good idea. For sure, there are some people out there who know the difference between /MT and /MTd, and who can handle the situation properly. But we assume that most people neither know nor want to know what the difference is. And, consequently, we’d rather spare them the choice.

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