candera / shadowspawn

A Windows utility that mounts a shadow copy of the disk at a drive letter and then spawns an arbitrary command.
MIT License
184 stars 55 forks source link

COmpatable versions of VC #27

Open MikeITMan opened 2 years ago

MikeITMan commented 2 years ago

Hi there, just wondering if there are any means of getting this to work with newer versions of VCRedistibutable beyond 2010? It seems to rely on msvcp100.dll assuming that's where it was compiled - is there a way to get it working with newer instances found under 2013 or 2015-22 installs at all? I believe these are MSVCP 120 and MSVCP140.

Thanks in advance.

BrainWaveCC commented 2 months ago

I imagine that someone would have to recompile it with a newer version of MSVC++ to make that happen.