techwiki:winsys

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revisionBoth sides next revision
techwiki:winsys [2022/01/08 08:56] – [MSVCPxxx.dll not Found] yingtechwiki:winsys [2022/01/08 08:57] – [MSVCPxxx.dll not Found] ying
Line 410: Line 410:
     * a portable solution is: install vc library first, use listdlls binary tool to find which vc library it uses, and copy the vc dll next to the exe, then after you pack the app with dll into zip file, you can pass to others without worry about dll error.     * a portable solution is: install vc library first, use listdlls binary tool to find which vc library it uses, and copy the vc dll next to the exe, then after you pack the app with dll into zip file, you can pass to others without worry about dll error.
       * listdlls: https://docs.microsoft.com/en-us/sysinternals/downloads/listdlls       * listdlls: https://docs.microsoft.com/en-us/sysinternals/downloads/listdlls
-      * in cmds: cd to listdlls.exe path, type listdlls appname to list all dll used, most are system default dll, so just scan through to find the vc dlls.+      * start your exe, then in cmds: cd to listdlls.exe path, type listdlls appname to list all dll used, most are system default dll, so just scan through to find the vc dlls.
  
 | MSVCR | C runtime library (CRL) | | MSVCR | C runtime library (CRL) |
  • techwiki/winsys.txt
  • Last modified: 2022/11/30 12:46
  • by ying