Open source software supply chain lighting plan, waiting for you>>>
From https://blog.csdn.net/mengxiangjia_ linxi/article/details/78147348
Missing libiconv-2.dll solution and unable to locate input point libiconv-2.dll to DLL
October 1, 2017 14:17:31_ Linxi reading: 2038
Copyright notice: This article is the original article of the blogger and cannot be reproduced without the permission of the blogger. https://blog.csdn.net/mengxiangjia_ linxi/article/details/78147348
In the process of adding path for MinGW, there is a problem of missing libiconv-2.dll
Solution:
Download libiconv-2.dll and put it in the following path:
32 bits: C: (Windows) system32
64 bits: C: (Windows) syswow64
Then register:
Win + R open and run, and then enter Regsvr32/s libiconv-2.dll
If the prompt fails to locate the input point libiconv-2.dll to the dynamic link library…
this is because the downloaded libiconv-2.dll is not correct, you can download another one
successfully solve the problem of missing. DLL
Note: for the method of setting MinGW environment variable, please refer to the related articles in this blog