and Rust which depends on MSVCP140 from msvc.
In some computers it's missing, but windows doesn't provide useful error message for the users.
I want to detect it before the binary crash and open error message with link to download it.
Does that possible?
catch Error?
I mean, the C++ library I depend on wasn't written by me. I'm wondering if I can catch it with signal handler or such
I think you can handle load failure
Обсуждают сегодня