安装了之后,还是报模块找不到,查看dll的依赖项
dumpbin /DEPENDENTS c://Algorithm.dll
列出来之后,挨个查看有没有
where libgcc_s_seh-1.dll
where libstdc+±6.dll
然后在电脑中寻找库libgcc_s_seh-1.dll和libstdc+±6.dll,最终在目录C:\Users\Administrator\Downloads\PortableGit\mingw64\bin找到
将该目录添加到系统环境变量
安装了之后,还是报模块找不到,查看dll的依赖项
dumpbin /DEPENDENTS c://Algorithm.dll
列出来之后,挨个查看有没有
where libgcc_s_seh-1.dll
where libstdc+±6.dll
然后在电脑中寻找库libgcc_s_seh-1.dll和libstdc+±6.dll,最终在目录C:\Users\Administrator\Downloads\PortableGit\mingw64\bin找到
将该目录添加到系统环境变量