My application currently uses a third party API that has a bug forcing me to build it in 32bit. Unfortunately this conflicts with Window's Volume Shadow Copy as this apparently must be run in 64bit to work.
Are there any alternatives to VSS I can use to safely backup files that are currently being used by another process?