CobaltFusion / DebugViewPP

DebugView++, collects, views, filters your application logs, and highlights information that is important to you!
Boost Software License 1.0
978 stars 144 forks source link

removing the msvcp140.dll and msvcp140_1.dll dependencies in 1.9.0.28 binaray version. #396

Open marunguy opened 2 months ago

marunguy commented 2 months ago

When debugviewpp_1.9.0.1.28.exe executed on a PC where the msvcrt redistributable package is not installed, the msvcp140.dll and msvcp140_1.dll loading error occurs.

The debugviewpp_1.8.0.103.exe executed well without error and has no dependencies on msvcp140.dll and msvcp140_1.dll.

When installing the msvcrt redistributable package on a customer's PC where the msvcrt redistributable package is not installed for debugging, a PC reboot may be required, which is inconvenient.

debugppdep