TechnikEmpire / HttpFilteringEngine

Transparent filtering TLS proxy.
Mozilla Public License 2.0
59 stars 33 forks source link

BuildBot uses original WinDivert libs, which use VS 2012 runtime dlls #107

Open TechnikEmpire opened 7 years ago

TechnikEmpire commented 7 years ago

WinDivert uses VS 2012 redistributables and the main project builds in vs2015. So the engine gets deployed with only the VS2015 redistributables, and clients who don't have vs2012 versions get errors.

TechnikEmpire commented 7 years ago

Add to documentation. The solution is to simply include msm's for both runtimes (14 and 12).