hey, when i create some "project" in c++ and want try to other pc its need
MSVCP140D = its normal fix ok
but after i fix its said problem with 0xc0000007
The error means that INVALID_IMAGE_FORMAT in ntstatus.h which indicates that some files were corrupted.
What you'd need is the debug version of MSVCP100.dll. You can do a simple static build using /mtd or /mt.
Or if you want to do it easy easy, you can follow Yamiez's guide.
What you'd need is the debug version of MSVCP100.dll. You can do a simple static build using /mtd or /mt.
Or if you want to do it easy easy, you can follow Yamiez's guide.