- 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 › EyeX SDK without VS 2012 Redist dependency?
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.
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.