Use vs tool View dll dependent (see also rely pyc file)

vs tool has a tool called dumpin.exe, it can be used to view files exe, dll file, pyc dll file which is dependent on, and thus targeted specifically to check which files missing (the current version is to look at the specific needs which when installed TensorFlow the cuda, and sometimes obviously you do not need gpu version TensorFlow, but conda automatically install the gpu version, resulting in TensorFlow not run)

If too vs installed, can generally be found in the visual studio tools command-line tool, run the corresponding platform can use the command-line commands directly dumpin

Currently only had dumpin / dependents "*****************" This command is used to query dependence, has not been involved in other functions dumpin

If too vs not installed, you can download dumpin file to run (Also to link.exe files, other depend not tested)

Guess you like

Origin www.cnblogs.com/rainbow-ink/p/11041733.html