Archived Forum Post

Index of archived forum posts

Question:

Visual C++ Library CRT version

Oct 25 '12 at 16:04

I'm building a dynamically linking program with Visual Studio 2008 (can't statically link for a few reasons), and the Chilkat DLL seems to be causing a dependency on Microsoft.VC90.CRT version 9.0.21022.8 to be added, which is different from the version the rest of my program has a dependency on. Is it possible to remove this added dependency or to point the Chilkat DLL to the same CRT version as the rest of my program (9.0.30729.6161)?


Accepted Answer

Chilkat will also be providing SP1 builds for VS2005, VS2008, and VS2010 w/ the next version. I will produce a VS2008 SP1 build in the next day an post a link here. It should satisfy your requirement.